#204D78

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

Shades of Bahama Blue #204D78

Tints of Bahama Blue #204D78

Color information

#204D78 (or 0x204D78) is unknown color: approx Bahama Blue. HEX triplet: 20, 4D and 78. RGB value is (32,77,120). Sum of RGB (Red+Green+Blue) = 32+77+120=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #204D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D78 is #DFB287. Grayscale: #444444. Windows color (decimal): -14660232 or 7884064. OLE color: 7884064.

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

Color convert

RGB3277120-
CMYK0.730.3600.53
HSL209.32º57.89%29.8%-
HSV(B)209.32º73.33%47.06%-
XYZ6.646.9718.76-
YUV68.45157.09102-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=13.97%
G=33.62%
B=52.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32771200.730.3600.53209.3257.8929.8
Hex204D784924035d13a1e
Octal40115170111440653217236
Binary10000010011011111000100100110010001101011101000111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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