#214F78

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

Shades of Bahama Blue #214F78

Tints of Bahama Blue #214F78

Color information

#214F78 (or 0x214F78) is unknown color: approx Bahama Blue. HEX triplet: 21, 4F and 78. RGB value is (33,79,120). Sum of RGB (Red+Green+Blue) = 33+79+120=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #214F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F78 is #DEB087. Grayscale: #454545. Windows color (decimal): -14594184 or 7884577. OLE color: 7884577.

HSL color Cylindrical-coordinate representation of color #214F78: hue angle of 208.28º 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 #214F78 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3379120-
CMYK0.720.3400.53
HSL208.28º56.86%30%-
HSV(B)208.28º72.5%47.06%-
XYZ6.817.2718.81-
YUV69.92156.26101.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 120 (47.27% from 255) = 51.72%
R=14.22%
G=34.05%
B=51.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33791200.720.3400.53208.2856.8630
Hex214F784822035d0391e
Octal41117170110420653207136
Binary10000110011111111000100100010001001101011101000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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