#215180

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

Shades of Bahama Blue #215180

Tints of Bahama Blue #215180

Color information

#215180 (or 0x215180) is unknown color: approx Bahama Blue. HEX triplet: 21, 51 and 80. RGB value is (33,81,128). Sum of RGB (Red+Green+Blue) = 33+81+128=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #215180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215180 is #DEAE7F. Grayscale: #474747. Windows color (decimal): -14593664 or 8409377. OLE color: 8409377.

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

Color convert

RGB3381128-
CMYK0.740.3700.50
HSL209.68º59.01%31.57%-
HSV(B)209.68º74.22%50.2%-
XYZ7.477.7721.53-
YUV72.01159.6100.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.64%
GREEN value IS 81 (32.03% from 255) = 33.47%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=13.64%
G=33.47%
B=52.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33811280.740.3700.50209.6859.0131.57
Hex2151804A25032d23b20
Octal41121200112450623227340
Binary1000011010001100000001001010100101011001011010010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215180; }

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

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

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

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

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

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

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

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