#20324F

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

Shades of Bunting #20324F

Tints of Bunting #20324F

Color information

#20324F (or 0x20324F) is unknown color: approx Bunting. HEX triplet: 20, 32 and 4F. RGB value is (32,50,79). Sum of RGB (Red+Green+Blue) = 32+50+79=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #20324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20324F is #DFCDB0. Grayscale: #2F2F2F. Windows color (decimal): -14667185 or 5190176. OLE color: 5190176.

HSL color Cylindrical-coordinate representation of color #20324F: hue angle of 217.02º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20324F is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB325079-
CMYK0.590.3700.69
HSL217.02º42.34%21.76%-
HSV(B)217.02º59.49%30.98%-
XYZ3.153.157.84-
YUV47.92145.54116.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 79 (31.25% from 255) = 49.07%
R=19.88%
G=31.06%
B=49.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3250790.590.3700.69217.0242.3421.76
Hex20324F3B25045d92a16
Octal4062117734501053315226
Binary1000001100101001111111011100101010001011101100110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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