#215E86

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

Shades of Bahama Blue #215E86

Tints of Bahama Blue #215E86

Color information

#215E86 (or 0x215E86) is unknown color: approx Bahama Blue. HEX triplet: 21, 5E and 86. RGB value is (33,94,134). Sum of RGB (Red+Green+Blue) = 33+94+134=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #215E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E86 is #DEA179. Grayscale: #505050. Windows color (decimal): -14590330 or 8805921. OLE color: 8805921.

HSL color Cylindrical-coordinate representation of color #215E86: hue angle of 203.76º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #215E86 is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3394134-
CMYK0.750.3000.47
HSL203.76º60.48%32.75%-
HSV(B)203.76º75.37%52.55%-
XYZ8.9310.0524.02-
YUV80.32158.2994.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=12.64%
G=36.02%
B=51.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33941340.750.3000.47203.7660.4832.75
Hex215E864B1E02Fcc3c21
Octal41136206113360573147441
Binary100001101111010000110100101111110010111111001100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215E86; }

 p { color: rgb(33,94,134); }

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

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

 a { background-color: rgb(33,94,134); }

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

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

 span { border-color: rgb(33,94,134); }

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