#215377

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

Shades of Bahama Blue #215377

Tints of Bahama Blue #215377

Color information

#215377 (or 0x215377) is unknown color: approx Bahama Blue. HEX triplet: 21, 53 and 77. RGB value is (33,83,119). Sum of RGB (Red+Green+Blue) = 33+83+119=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #215377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215377 is #DEAC88. Grayscale: #474747. Windows color (decimal): -14593161 or 7820065. OLE color: 7820065.

HSL color Cylindrical-coordinate representation of color #215377: hue angle of 205.12º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #215377 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3383119-
CMYK0.720.3000.53
HSL205.12º56.58%29.8%-
HSV(B)205.12º72.27%46.67%-
XYZ7.057.8418.59-
YUV72.15154.44100.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=14.04%
G=35.32%
B=50.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33831190.720.3000.53205.1256.5829.8
Hex215377481E035cd391e
Octal41123167110360653157136
Binary1000011010011111011110010001111001101011100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215377; }

 p { color: rgb(33,83,119); }

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

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

 a { background-color: rgb(33,83,119); }

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

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

 span { border-color: rgb(33,83,119); }

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