#21567D

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

Shades of Bahama Blue #21567D

Tints of Bahama Blue #21567D

Color information

#21567D (or 0x21567D) is unknown color: approx Bahama Blue. HEX triplet: 21, 56 and 7D. RGB value is (33,86,125). Sum of RGB (Red+Green+Blue) = 33+86+125=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #21567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21567D is #DEA982. Grayscale: #4A4A4A. Windows color (decimal): -14592387 or 8214049. OLE color: 8214049.

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

Color convert

RGB3386125-
CMYK0.740.3100.51
HSL205.43º58.23%30.98%-
HSV(B)205.43º73.6%49.02%-
XYZ7.668.4620.63-
YUV74.6156.4498.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.52%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 125 (49.22% from 255) = 51.23%
R=13.52%
G=35.25%
B=51.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33861250.740.3100.51205.4358.2330.98
Hex21567D4A1F033cd3a1f
Octal41126175112370633157237
Binary1000011010110111110110010101111101100111100110111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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