#214D7A

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

Shades of Bahama Blue #214D7A

Tints of Bahama Blue #214D7A

Color information

#214D7A (or 0x214D7A) is unknown color: approx Bahama Blue. HEX triplet: 21, 4D and 7A. RGB value is (33,77,122). Sum of RGB (Red+Green+Blue) = 33+77+122=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #214D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D7A is #DEB285. Grayscale: #444444. Windows color (decimal): -14594694 or 8015137. OLE color: 8015137.

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

Color convert

RGB3377122-
CMYK0.730.3700.52
HSL210.34º57.42%30.39%-
HSV(B)210.34º72.95%47.84%-
XYZ6.797.0419.41-
YUV68.97157.92102.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.22%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 122 (48.05% from 255) = 52.59%
R=14.22%
G=33.19%
B=52.59%

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
Decimal33771220.730.3700.52210.3457.4230.39
Hex214D7A4925034d2391e
Octal41115172111450643227136
Binary10000110011011111010100100110010101101001101001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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