#214D78

Color #214D78 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #214D78

Tints of Bahama Blue #214D78

Color information

#214D78 (or 0x214D78) is unknown color: approx Bahama Blue. HEX triplet: 21, 4D and 78. RGB value is (33,77,120). Sum of RGB (Red+Green+Blue) = 33+77+120=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #214D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D78 is #DEB287. Grayscale: #444444. Windows color (decimal): -14594696 or 7884065. OLE color: 7884065.

HSL color Cylindrical-coordinate representation of color #214D78: hue angle of 209.66º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214D78 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3377120-
CMYK0.720.3600.53
HSL209.66º56.86%30%-
HSV(B)209.66º72.5%47.06%-
XYZ6.676.9918.77-
YUV68.75156.92102.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=14.35%
G=33.48%
B=52.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33771200.720.3600.53209.6656.8630
Hex214D784824035d2391e
Octal41115170110440653227136
Binary10000110011011111000100100010010001101011101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214D78; }

 p { color: rgb(33,77,120); }

 H1.HeaderClassName
 {
   color: #214D78;
 }
 .AnyTagClassName
 {
   color: #214D78;
 }
</style>
background-color css

<style>
 a { background-color: #214D78; }

 a { background-color: rgb(33,77,120); }

 div.DivClassName
 {
   background-color: #214D78;
 }
 .BgClassName
 {
   background-color: #214D78;
 }
</style>
border-color css

<style>
 span { border-color: #214D78; }

 span { border-color: rgb(33,77,120); }

 td.TdClassName
 {
   border-color: #214D78;
 }
 .TagClassName
 {
   border-color: #214D78;
 }
</style>