#214E78

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

Shades of Bahama Blue #214E78

Tints of Bahama Blue #214E78

Color information

#214E78 (or 0x214E78) is unknown color: approx Bahama Blue. HEX triplet: 21, 4E and 78. RGB value is (33,78,120). Sum of RGB (Red+Green+Blue) = 33+78+120=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #214E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E78 is #DEB187. Grayscale: #454545. Windows color (decimal): -14594440 or 7884321. OLE color: 7884321.

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

Color convert

RGB3378120-
CMYK0.720.3500.53
HSL208.97º56.86%30%-
HSV(B)208.97º72.5%47.06%-
XYZ6.747.1318.79-
YUV69.33156.59102.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 78 (30.86% from 255) = 33.77%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=14.29%
G=33.77%
B=51.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33781200.720.3500.53208.9756.8630
Hex214E784823035d1391e
Octal41116170110430653217136
Binary10000110011101111000100100010001101101011101000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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