#21597F

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

Shades of Bahama Blue #21597F

Tints of Bahama Blue #21597F

Color information

#21597F (or 0x21597F) is unknown color: approx Bahama Blue. HEX triplet: 21, 59 and 7F. RGB value is (33,89,127). Sum of RGB (Red+Green+Blue) = 33+89+127=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #21597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21597F is #DEA680. Grayscale: #4C4C4C. Windows color (decimal): -14591617 or 8345889. OLE color: 8345889.

HSL color Cylindrical-coordinate representation of color #21597F: hue angle of 204.26º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #21597F is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3389127-
CMYK0.740.3000.50
HSL204.26º58.75%31.37%-
HSV(B)204.26º74.02%49.8%-
XYZ8.03921.39-
YUV76.59156.4596.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 127 (50% from 255) = 51.00%
R=13.25%
G=35.74%
B=51.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33891270.740.3000.50204.2658.7531.37
Hex21597F4A1E032cc3b1f
Octal41131177112360623147337
Binary1000011011001111111110010101111001100101100110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21597F; }

 p { color: rgb(33,89,127); }

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

<style>
 a { background-color: #21597F; }

 a { background-color: rgb(33,89,127); }

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

<style>
 span { border-color: #21597F; }

 span { border-color: rgb(33,89,127); }

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