#204F78

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

Shades of Bahama Blue #204F78

Tints of Bahama Blue #204F78

Color information

#204F78 (or 0x204F78) is unknown color: approx Bahama Blue. HEX triplet: 20, 4F and 78. RGB value is (32,79,120). Sum of RGB (Red+Green+Blue) = 32+79+120=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #204F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F78 is #DFB087. Grayscale: #454545. Windows color (decimal): -14659720 or 7884576. OLE color: 7884576.

HSL color Cylindrical-coordinate representation of color #204F78: hue angle of 207.95º degrees, saturation: 0.58, 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 #204F78 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3279120-
CMYK0.730.3400.53
HSL207.95º57.89%29.8%-
HSV(B)207.95º73.33%47.06%-
XYZ6.787.2618.81-
YUV69.62156.43101.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.85%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=13.85%
G=34.20%
B=51.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32791200.730.3400.53207.9557.8929.8
Hex204F784922035d03a1e
Octal40117170111420653207236
Binary10000010011111111000100100110001001101011101000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204F78; }

 p { color: rgb(32,79,120); }

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

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

 a { background-color: rgb(32,79,120); }

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

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

 span { border-color: rgb(32,79,120); }

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