#215278

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

Shades of Bahama Blue #215278

Tints of Bahama Blue #215278

Color information

#215278 (or 0x215278) is unknown color: approx Bahama Blue. HEX triplet: 21, 52 and 78. RGB value is (33,82,120). Sum of RGB (Red+Green+Blue) = 33+82+120=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #215278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215278 is #DEAD87. Grayscale: #474747. Windows color (decimal): -14593416 or 7885345. OLE color: 7885345.

HSL color Cylindrical-coordinate representation of color #215278: hue angle of 206.21º 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 #215278 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3382120-
CMYK0.720.3200.53
HSL206.21º56.86%30%-
HSV(B)206.21º72.5%47.06%-
XYZ7.037.7118.89-
YUV71.68155.27100.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.04%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 120 (47.27% from 255) = 51.06%
R=14.04%
G=34.89%
B=51.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33821200.720.3200.53206.2156.8630
Hex2152784820035ce391e
Octal41122170110400653167136
Binary10000110100101111000100100010000001101011100111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215278; }

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

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

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

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

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

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

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

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