#21557C

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

Shades of Bahama Blue #21557C

Tints of Bahama Blue #21557C

Color information

#21557C (or 0x21557C) is unknown color: approx Bahama Blue. HEX triplet: 21, 55 and 7C. RGB value is (33,85,124). Sum of RGB (Red+Green+Blue) = 33+85+124=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #21557C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21557C is #DEAA83. Grayscale: #494949. Windows color (decimal): -14592644 or 8148257. OLE color: 8148257.

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

Color convert

RGB3385124-
CMYK0.730.3100.51
HSL205.71º57.96%30.78%-
HSV(B)205.71º73.39%48.63%-
XYZ7.518.2820.27-
YUV73.9156.2798.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=13.64%
G=35.12%
B=51.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33851240.730.3100.51205.7157.9630.78
Hex21557C491F033ce3a1f
Octal41125174111370633167237
Binary1000011010101111110010010011111101100111100111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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