#21537E

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

Shades of Bahama Blue #21537E

Tints of Bahama Blue #21537E

Color information

#21537E (or 0x21537E) is unknown color: approx Bahama Blue. HEX triplet: 21, 53 and 7E. RGB value is (33,83,126). Sum of RGB (Red+Green+Blue) = 33+83+126=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #21537E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21537E is #DEAC81. Grayscale: #484848. Windows color (decimal): -14593154 or 8278817. OLE color: 8278817.

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

Color convert

RGB3383126-
CMYK0.740.3400.51
HSL207.74º58.49%31.18%-
HSV(B)207.74º73.81%49.41%-
XYZ7.498.0220.89-
YUV72.95157.9499.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 83 (32.81% from 255) = 34.30%
BLUE value IS 126 (49.61% from 255) = 52.07%
R=13.64%
G=34.30%
B=52.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33831260.740.3400.51207.7458.4931.18
Hex21537E4A22033d03a1f
Octal41123176112420633207237
Binary10000110100111111110100101010001001100111101000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21537E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21537E; }

 p { color: rgb(33,83,126); }

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

<style>
 a { background-color: #21537E; }

 a { background-color: rgb(33,83,126); }

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

<style>
 span { border-color: #21537E; }

 span { border-color: rgb(33,83,126); }

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