#21517A

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

Shades of Bahama Blue #21517A

Tints of Bahama Blue #21517A

Color information

#21517A (or 0x21517A) is unknown color: approx Bahama Blue. HEX triplet: 21, 51 and 7A. RGB value is (33,81,122). Sum of RGB (Red+Green+Blue) = 33+81+122=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #21517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21517A is #DEAE85. Grayscale: #474747. Windows color (decimal): -14593670 or 8016161. OLE color: 8016161.

HSL color Cylindrical-coordinate representation of color #21517A: hue angle of 207.64º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #21517A is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3381122-
CMYK0.730.3400.52
HSL207.64º57.42%30.39%-
HSV(B)207.64º72.95%47.84%-
XYZ7.087.6119.51-
YUV71.32156.6100.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 122 (48.05% from 255) = 51.69%
R=13.98%
G=34.32%
B=51.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal33811220.730.3400.52207.6457.4230.39
Hex21517A4922034d0391e
Octal41121172111420643207136
Binary10000110100011111010100100110001001101001101000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21517A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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