#214E7B

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

Shades of Bahama Blue #214E7B

Tints of Bahama Blue #214E7B

Color information

#214E7B (or 0x214E7B) is unknown color: approx Bahama Blue. HEX triplet: 21, 4E and 7B. RGB value is (33,78,123). Sum of RGB (Red+Green+Blue) = 33+78+123=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 123 (48.44% from 255 or 52.56% from 234); Max value from RGB is 123 - color contains mainly: blue. Hex color #214E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E7B is #DEB184. Grayscale: #454545. Windows color (decimal): -14594437 or 8080929. OLE color: 8080929.

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

Color convert

RGB3378123-
CMYK0.730.3700.52
HSL210º57.69%30.59%-
HSV(B)210º73.17%48.24%-
XYZ6.937.219.76-
YUV69.68158.09101.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.10%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 123 (48.44% from 255) = 52.56%
R=14.10%
G=33.33%
B=52.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33781230.730.3700.5221057.6930.59
Hex214E7B4925034d23a1f
Octal41116173111450643227237
Binary10000110011101111011100100110010101101001101001011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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