COLOR #273C64

HEX: #273C64
RGB: (39,60,100)

Color info

#273C64 contains mainly green and blue colors. Web safe color of #273C64 is #333366 (or #336).

RGB color model

#273C64 color RGB value is (39,60,100).

  • red value is 39;
  • green value is 60;
  • blue value is 100.
RGB:
(39,60,100)
(15%,24%,39%)

RGB channels and saturation

R 39 of 255 = 15%
G 60 of 255 = 24%
B 100 of 255 = 39%

39
60
100

R + G + B ~ 26%. #273C64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 60 + 100 = 199 (100%)
R 39 of 199 ~ 19.6%
G 60 of 199 ~ 30.15%
B 100 of 199 ~ 50.25%

%19.6
%30.15
%50.25

CMYK color model

#273C64 color CMYK value is (61,40,0,61).

  • cyan value is 61.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(61,40,0,61)
C61M40Y0K61 
(61%,40%,0%,61%)
(0.61/0.40/0.00/0.61)	

CMYK percentages

%61
%40
%0
%60.78

Codes

Color #273C64 in popluar color models

273C64
RGB3960100
HSL219°43.88%27.25%
HSB/HSV219°61.00%39.22%
CMYK61.00%40.00%0.00%
60.78%

Color #273C64 in popluar number systems.

HEX273C64
Decimal3960100
Binary1001111111001100100
Octal4774144

Shades and tints

Shades of #273C64

#273C64
(39,60,100)
#24375B
(36,55,91)
#213252
(33,50,82)
#1E2D49
(30,45,73)
#1B2840
(27,40,64)
#182337
(24,35,55)
#151E2E
(21,30,46)
#121925
(18,25,37)
#0F141C
(15,20,28)
#0C0F13
(12,15,19)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #273C64

#273C64
(39,60,100)
#3A4D72
(58,77,114)
#4D5E80
(77,94,128)
#606F8E
(96,111,142)
#73809C
(115,128,156)
#8691AA
(134,145,170)
#99A2B8
(153,162,184)
#ACB3C6
(172,179,198)
#BFC4D4
(191,196,212)
#D2D5E2
(210,213,226)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273C64 color. Also use rgb(39,60,100) instead hex code.

Text Font Color

.myTextColor { color: #273C64; }

<p style="color:#273C64">This sample text font color is #273C64.</p>

This text font color is #273C64.


Background Color

.myBgColor { background-color: #273C64; }

<div style="background-color:#273C64">Inner text</div>

This div background color is #273C64.


Border color

.myBorderColor { border: 1px solid #273C64; }

<div style="border:3px solid #273C64">Div</div>

This div border color is #273C64.


Opacity

.myOpacity80 { color: #273C64; opacity: 0.8; }

<p style="color:#273C64;opacity:0.8;">80%</p>

Text with #273C64 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #273C64;}

<p style="text-shadow: 3px 3px 1px #273C64">Text here.</p>

This text has shadow with #273C64 color.

.textShadow {text-shadow: 3px 3px 1px #273C64, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #273C64, 5px 5px 20px red">Text here.</p>

This text has shadow with #273C64 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#273C64, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#273C64, Direction=45, Strength=4)">Text</p>

This text has shadow with #273C64 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #273C64;
  -webkit-box-shadow:	1px 1px 3px 2px #273C64;
  box-shadow:		1px 1px 3px 2px #273C64;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #273C64;
-webkit-box-shadow: 1px 1px 3px 2px #273C64;
box-shadow:1px 1px 3px 2px #273C64;">
Div content here</div>
This div box has shadow with color #273C64.

Preview

Color preview on black background

This text has color #273C64 on black background.


Color preview on white background

This text has color #273C64 on white background.



Black color preview on #273C64 background

This text has black color on #273C64 background.


White color preview on #273C64 background

This text has white color on #273C64 background.