#214E7C

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

Shades of Bahama Blue #214E7C

Tints of Bahama Blue #214E7C

Color information

#214E7C (or 0x214E7C) is unknown color: approx Bahama Blue. HEX triplet: 21, 4E and 7C. RGB value is (33,78,124). Sum of RGB (Red+Green+Blue) = 33+78+124=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #214E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E7C is #DEB183. Grayscale: #454545. Windows color (decimal): -14594436 or 8146465. OLE color: 8146465.

HSL color Cylindrical-coordinate representation of color #214E7C: hue angle of 210.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214E7C is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3378124-
CMYK0.730.3700.51
HSL210.33º57.96%30.78%-
HSV(B)210.33º73.39%48.63%-
XYZ6.997.2320.1-
YUV69.79158.59101.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 124 (48.83% from 255) = 52.77%
R=14.04%
G=33.19%
B=52.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33781240.730.3700.51210.3357.9630.78
Hex214E7C4925033d23a1f
Octal41116174111450633227237
Binary10000110011101111100100100110010101100111101001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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