#215680

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

Shades of Bahama Blue #215680

Tints of Bahama Blue #215680

Color information

#215680 (or 0x215680) is unknown color: approx Bahama Blue. HEX triplet: 21, 56 and 80. RGB value is (33,86,128). Sum of RGB (Red+Green+Blue) = 33+86+128=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #215680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215680 is #DEA97F. Grayscale: #4A4A4A. Windows color (decimal): -14592384 or 8410657. OLE color: 8410657.

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

Color convert

RGB3386128-
CMYK0.740.3300.50
HSL206.53º59.01%31.57%-
HSV(B)206.53º74.22%50.2%-
XYZ7.858.5421.66-
YUV74.94157.9498.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.36%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 128 (50.39% from 255) = 51.82%
R=13.36%
G=34.82%
B=51.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal33861280.740.3300.50206.5359.0131.57
Hex2156804A21032cf3b20
Octal41126200112410623177340
Binary1000011010110100000001001010100001011001011001111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215680; }

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

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

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

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

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

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

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

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