#20547C

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

Shades of Bahama Blue #20547C

Tints of Bahama Blue #20547C

Color information

#20547C (or 0x20547C) is unknown color: approx Bahama Blue. HEX triplet: 20, 54 and 7C. RGB value is (32,84,124). Sum of RGB (Red+Green+Blue) = 32+84+124=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #20547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20547C is #DFAB83. Grayscale: #484848. Windows color (decimal): -14658436 or 8148000. OLE color: 8148000.

HSL color Cylindrical-coordinate representation of color #20547C: hue angle of 206.09º 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 #20547C is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3284124-
CMYK0.740.3200.51
HSL206.09º58.97%30.59%-
HSV(B)206.09º74.19%48.63%-
XYZ7.48.120.24-
YUV73.01156.7798.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 84 (33.20% from 255) = 35%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=13.33%
G=35%
B=51.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32841240.740.3200.51206.0958.9730.59
Hex20547C4A20033ce3b1f
Octal40124174112400633167337
Binary10000010101001111100100101010000001100111100111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20547C; }

 p { color: rgb(32,84,124); }

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

<style>
 a { background-color: #20547C; }

 a { background-color: rgb(32,84,124); }

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

<style>
 span { border-color: #20547C; }

 span { border-color: rgb(32,84,124); }

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