#20304D

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

Shades of Bunting #20304D

Tints of Bunting #20304D

Color information

#20304D (or 0x20304D) is unknown color: approx Bunting. HEX triplet: 20, 30 and 4D. RGB value is (32,48,77). Sum of RGB (Red+Green+Blue) = 32+48+77=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #20304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20304D is #DFCFB2. Grayscale: #2E2E2E. Windows color (decimal): -14667699 or 5058592. OLE color: 5058592.

HSL color Cylindrical-coordinate representation of color #20304D: hue angle of 218.67º 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 #20304D is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB324877-
CMYK0.580.3800.70
HSL218.67º41.28%21.37%-
HSV(B)218.67º58.44%30.2%-
XYZ2.992.967.43-
YUV46.52145.2117.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.38%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=20.38%
G=30.57%
B=49.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3248770.580.3800.70218.6741.2821.37
Hex20304D3A26046db2915
Octal4060115724601063335125
Binary1000001100001001101111010100110010001101101101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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