#215E88

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

Shades of Bahama Blue #215E88

Tints of Bahama Blue #215E88

Color information

#215E88 (or 0x215E88) is unknown color: approx Bahama Blue. HEX triplet: 21, 5E and 88. RGB value is (33,94,136). Sum of RGB (Red+Green+Blue) = 33+94+136=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #215E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215E88 is #DEA177. Grayscale: #505050. Windows color (decimal): -14590328 or 8936993. OLE color: 8936993.

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

Color convert

RGB3394136-
CMYK0.760.3100.47
HSL204.47º60.95%33.14%-
HSV(B)204.47º75.74%53.33%-
XYZ9.0710.1124.77-
YUV80.55159.2994.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 94 (37.11% from 255) = 35.74%
BLUE value IS 136 (53.52% from 255) = 51.71%
R=12.55%
G=35.74%
B=51.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33941360.760.3100.47204.4760.9533.14
Hex215E884C1F02Fcc3d21
Octal41136210114370573147541
Binary100001101111010001000100110011111010111111001100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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