#204F77

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

Shades of Bahama Blue #204F77

Tints of Bahama Blue #204F77

Color information

#204F77 (or 0x204F77) is unknown color: approx Bahama Blue. HEX triplet: 20, 4F and 77. RGB value is (32,79,119). Sum of RGB (Red+Green+Blue) = 32+79+119=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #204F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F77 is #DFB088. Grayscale: #454545. Windows color (decimal): -14659721 or 7819040. OLE color: 7819040.

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

Color convert

RGB3279119-
CMYK0.730.3400.53
HSL207.59º57.62%29.61%-
HSV(B)207.59º73.11%46.67%-
XYZ6.727.2318.49-
YUV69.51155.93101.25-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=13.91%
G=34.35%
B=51.74%

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
Decimal32791190.730.3400.53207.5957.6229.61
Hex204F774922035d03a1e
Octal40117167111420653207236
Binary10000010011111110111100100110001001101011101000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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