#215482

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

Shades of Bahama Blue #215482

Tints of Bahama Blue #215482

Color information

#215482 (or 0x215482) is unknown color: approx Bahama Blue. HEX triplet: 21, 54 and 82. RGB value is (33,84,130). Sum of RGB (Red+Green+Blue) = 33+84+130=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #215482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215482 is #DEAB7D. Grayscale: #494949. Windows color (decimal): -14592894 or 8541217. OLE color: 8541217.

HSL color Cylindrical-coordinate representation of color #215482: hue angle of 208.45º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215482 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3384130-
CMYK0.750.3500.49
HSL208.45º59.51%31.96%-
HSV(B)208.45º74.62%50.98%-
XYZ7.838.2822.3-
YUV74159.698.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=13.36%
G=34.01%
B=52.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33841300.750.3500.49208.4559.5131.96
Hex2154824B23031d03c20
Octal41124202113430613207440
Binary1000011010100100000101001011100011011000111010000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215482; }

 p { color: rgb(33,84,130); }

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

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

 a { background-color: rgb(33,84,130); }

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

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

 span { border-color: rgb(33,84,130); }

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