#215478

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

Shades of Bahama Blue #215478

Tints of Bahama Blue #215478

Color information

#215478 (or 0x215478) is unknown color: approx Bahama Blue. HEX triplet: 21, 54 and 78. RGB value is (33,84,120). Sum of RGB (Red+Green+Blue) = 33+84+120=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #215478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215478 is #DEAB87. Grayscale: #484848. Windows color (decimal): -14592904 or 7885857. OLE color: 7885857.

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

Color convert

RGB3384120-
CMYK0.720.300.53
HSL204.83º56.86%30%-
HSV(B)204.83º72.5%47.06%-
XYZ7.198.0218.94-
YUV72.85154.699.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.92%
GREEN value IS 84 (33.20% from 255) = 35.44%
BLUE value IS 120 (47.27% from 255) = 50.63%
R=13.92%
G=35.44%
B=50.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33841200.720.300.53204.8356.8630
Hex215478481E035cd391e
Octal41124170110360653157136
Binary1000011010100111100010010001111001101011100110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215478; }

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

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

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

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

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

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

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

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