#215C81

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

Shades of Bahama Blue #215C81

Tints of Bahama Blue #215C81

Color information

#215C81 (or 0x215C81) is unknown color: approx Bahama Blue. HEX triplet: 21, 5C and 81. RGB value is (33,92,129). Sum of RGB (Red+Green+Blue) = 33+92+129=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #215C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C81 is #DEA37E. Grayscale: #4E4E4E. Windows color (decimal): -14590847 or 8477729. OLE color: 8477729.

HSL color Cylindrical-coordinate representation of color #215C81: hue angle of 203.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #215C81 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3392129-
CMYK0.740.2900.49
HSL203.12º59.26%31.76%-
HSV(B)203.12º74.42%50.59%-
XYZ8.429.5622.17-
YUV78.58156.4595.49-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.99%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 129 (50.78% from 255) = 50.79%
R=12.99%
G=36.22%
B=50.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33921290.740.2900.49203.1259.2631.76
Hex215C814A1D031cb3b20
Octal41134201112350613137340
Binary100001101110010000001100101011101011000111001011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,92,129); }

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

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

 a { background-color: rgb(33,92,129); }

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

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

 span { border-color: rgb(33,92,129); }

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