#204F7D

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

Shades of Bahama Blue #204F7D

Tints of Bahama Blue #204F7D

Color information

#204F7D (or 0x204F7D) is unknown color: approx Bahama Blue. HEX triplet: 20, 4F and 7D. RGB value is (32,79,125). Sum of RGB (Red+Green+Blue) = 32+79+125=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 125 (49.22% from 255 or 52.97% from 236); Max value from RGB is 125 - color contains mainly: blue. Hex color #204F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F7D is #DFB082. Grayscale: #454545. Windows color (decimal): -14659715 or 8212256. OLE color: 8212256.

HSL color Cylindrical-coordinate representation of color #204F7D: hue angle of 209.68º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #204F7D is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3279125-
CMYK0.740.3700.51
HSL209.68º59.24%30.78%-
HSV(B)209.68º74.4%49.02%-
XYZ7.097.3820.45-
YUV70.19158.93100.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 125 (49.22% from 255) = 52.97%
R=13.56%
G=33.47%
B=52.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32791250.740.3700.51209.6859.2430.78
Hex204F7D4A25033d23b1f
Octal40117175112450633227337
Binary10000010011111111101100101010010101100111101001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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