#21517E

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

Shades of Bahama Blue #21517E

Tints of Bahama Blue #21517E

Color information

#21517E (or 0x21517E) is unknown color: approx Bahama Blue. HEX triplet: 21, 51 and 7E. RGB value is (33,81,126). Sum of RGB (Red+Green+Blue) = 33+81+126=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #21517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21517E is #DEAE81. Grayscale: #474747. Windows color (decimal): -14593666 or 8278305. OLE color: 8278305.

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

Color convert

RGB3381126-
CMYK0.740.3600.51
HSL209.03º58.49%31.18%-
HSV(B)209.03º73.81%49.41%-
XYZ7.347.7120.84-
YUV71.78158.6100.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 126 (49.61% from 255) = 52.5%
R=13.75%
G=33.75%
B=52.5%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal33811260.740.3600.51209.0358.4931.18
Hex21517E4A24033d13a1f
Octal41121176112440633217237
Binary10000110100011111110100101010010001100111101000111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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