#20324D

Color #20324D Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #20324D

Tints of Bunting #20324D

Color information

#20324D (or 0x20324D) is unknown color: approx Bunting. HEX triplet: 20, 32 and 4D. RGB value is (32,50,77). Sum of RGB (Red+Green+Blue) = 32+50+77=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #20324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20324D is #DFCDB2. Grayscale: #2F2F2F. Windows color (decimal): -14667187 or 5059104. OLE color: 5059104.

HSL color Cylindrical-coordinate representation of color #20324D: hue angle of 216º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20324D is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB325077-
CMYK0.580.3500.70
HSL216º41.28%21.37%-
HSV(B)216º58.44%30.2%-
XYZ3.083.127.46-
YUV47.7144.54116.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.13%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 77 (30.47% from 255) = 48.43%
R=20.13%
G=31.45%
B=48.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3250770.580.3500.7021641.2821.37
Hex20324D3A23046d82915
Octal4062115724301063305125
Binary1000001100101001101111010100011010001101101100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20324D; }

 p { color: rgb(32,50,77); }

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

<style>
 a { background-color: #20324D; }

 a { background-color: rgb(32,50,77); }

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

<style>
 span { border-color: #20324D; }

 span { border-color: rgb(32,50,77); }

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