#215279

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

Shades of Bahama Blue #215279

Tints of Bahama Blue #215279

Color information

#215279 (or 0x215279) is unknown color: approx Bahama Blue. HEX triplet: 21, 52 and 79. RGB value is (33,82,121). Sum of RGB (Red+Green+Blue) = 33+82+121=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #215279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215279 is #DEAD86. Grayscale: #474747. Windows color (decimal): -14593415 or 7950881. OLE color: 7950881.

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

Color convert

RGB3382121-
CMYK0.730.3200.53
HSL206.59º57.14%30.2%-
HSV(B)206.59º72.73%47.45%-
XYZ7.17.7419.21-
YUV71.8155.77100.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 121 (47.66% from 255) = 51.27%
R=13.98%
G=34.75%
B=51.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33821210.730.3200.53206.5957.1430.2
Hex2152794920035cf391e
Octal41122171111400653177136
Binary10000110100101111001100100110000001101011100111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215279; }

 p { color: rgb(33,82,121); }

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

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

 a { background-color: rgb(33,82,121); }

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

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

 span { border-color: rgb(33,82,121); }

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