#21557D

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

Shades of Bahama Blue #21557D

Tints of Bahama Blue #21557D

Color information

#21557D (or 0x21557D) is unknown color: approx Bahama Blue. HEX triplet: 21, 55 and 7D. RGB value is (33,85,125). Sum of RGB (Red+Green+Blue) = 33+85+125=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #21557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21557D is #DEAA82. Grayscale: #494949. Windows color (decimal): -14592643 or 8213793. OLE color: 8213793.

HSL color Cylindrical-coordinate representation of color #21557D: hue angle of 206.09º 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 #21557D is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3385125-
CMYK0.740.3200.51
HSL206.09º58.23%30.98%-
HSV(B)206.09º73.6%49.02%-
XYZ7.588.320.6-
YUV74.01156.7798.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.58%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 125 (49.22% from 255) = 51.44%
R=13.58%
G=34.98%
B=51.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33851250.740.3200.51206.0958.2330.98
Hex21557D4A20033ce3a1f
Octal41125175112400633167237
Binary10000110101011111101100101010000001100111100111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21557D; }

 p { color: rgb(33,85,125); }

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

<style>
 a { background-color: #21557D; }

 a { background-color: rgb(33,85,125); }

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

<style>
 span { border-color: #21557D; }

 span { border-color: rgb(33,85,125); }

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