#21517F

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

Shades of Bahama Blue #21517F

Tints of Bahama Blue #21517F

Color information

#21517F (or 0x21517F) is unknown color: approx Bahama Blue. HEX triplet: 21, 51 and 7F. RGB value is (33,81,127). Sum of RGB (Red+Green+Blue) = 33+81+127=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #21517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21517F is #DEAE80. Grayscale: #474747. Windows color (decimal): -14593665 or 8343841. OLE color: 8343841.

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

Color convert

RGB3381127-
CMYK0.740.3600.50
HSL209.36º58.75%31.37%-
HSV(B)209.36º74.02%49.8%-
XYZ7.47.7421.18-
YUV71.89159.1100.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.69%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 127 (50% from 255) = 52.70%
R=13.69%
G=33.61%
B=52.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33811270.740.3600.50209.3658.7531.37
Hex21517F4A24032d13b1f
Octal41121177112440623217337
Binary10000110100011111111100101010010001100101101000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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