#204F81

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

Shades of Bahama Blue #204F81

Tints of Bahama Blue #204F81

Color information

#204F81 (or 0x204F81) is unknown color: approx Bahama Blue. HEX triplet: 20, 4F and 81. RGB value is (32,79,129). Sum of RGB (Red+Green+Blue) = 32+79+129=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #204F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #204F81 is #DFB07E. Grayscale: #464646. Windows color (decimal): -14659711 or 8474400. OLE color: 8474400.

HSL color Cylindrical-coordinate representation of color #204F81: hue angle of 210.93º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204F81 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3279129-
CMYK0.750.3900.49
HSL210.93º60.25%31.57%-
HSV(B)210.93º75.19%50.59%-
XYZ7.357.4821.83-
YUV70.65160.93100.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 129 (50.78% from 255) = 53.75%
R=13.33%
G=32.92%
B=53.75%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32791290.750.3900.49210.9360.2531.57
Hex204F814B27031d33c20
Octal40117201113470613237440
Binary1000001001111100000011001011100111011000111010011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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