#204F7F

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

Shades of Bahama Blue #204F7F

Tints of Bahama Blue #204F7F

Color information

#204F7F (or 0x204F7F) is unknown color: approx Bahama Blue. HEX triplet: 20, 4F and 7F. RGB value is (32,79,127). Sum of RGB (Red+Green+Blue) = 32+79+127=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #204F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F7F is #DFB080. Grayscale: #464646. Windows color (decimal): -14659713 or 8343328. OLE color: 8343328.

HSL color Cylindrical-coordinate representation of color #204F7F: hue angle of 210.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #204F7F is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3279127-
CMYK0.750.3800.50
HSL210.32º59.75%31.18%-
HSV(B)210.32º74.8%49.8%-
XYZ7.227.4321.13-
YUV70.42159.93100.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 127 (50% from 255) = 53.36%
R=13.45%
G=33.19%
B=53.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal32791270.750.3800.50210.3259.7531.18
Hex204F7F4B26032d23c1f
Octal40117177113460623227437
Binary10000010011111111111100101110011001100101101001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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