#214D7E

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

Shades of Bahama Blue #214D7E

Tints of Bahama Blue #214D7E

Color information

#214D7E (or 0x214D7E) is unknown color: approx Bahama Blue. HEX triplet: 21, 4D and 7E. RGB value is (33,77,126). Sum of RGB (Red+Green+Blue) = 33+77+126=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #214D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D7E is #DEB281. Grayscale: #454545. Windows color (decimal): -14594690 or 8277281. OLE color: 8277281.

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

Color convert

RGB3377126-
CMYK0.740.3900.51
HSL211.61º58.49%31.18%-
HSV(B)211.61º73.81%49.41%-
XYZ7.057.1420.74-
YUV69.43159.92102.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 77 (30.47% from 255) = 32.63%
BLUE value IS 126 (49.61% from 255) = 53.39%
R=13.98%
G=32.63%
B=53.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33771260.740.3900.51211.6158.4931.18
Hex214D7E4A27033d43a1f
Octal41115176112470633247237
Binary10000110011011111110100101010011101100111101010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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