#20304E

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

Shades of Bunting #20304E

Tints of Bunting #20304E

Color information

#20304E (or 0x20304E) is unknown color: approx Bunting. HEX triplet: 20, 30 and 4E. RGB value is (32,48,78). Sum of RGB (Red+Green+Blue) = 32+48+78=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 78 (30.86% from 255 or 49.37% from 158); Max value from RGB is 78 - color contains mainly: blue. Hex color #20304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20304E is #DFCFB1. Grayscale: #2E2E2E. Windows color (decimal): -14667698 or 5124128. OLE color: 5124128.

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

Color convert

RGB324878-
CMYK0.590.3800.69
HSL219.13º41.82%21.57%-
HSV(B)219.13º58.97%30.59%-
XYZ3.032.977.62-
YUV46.64145.7117.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 78 (30.86% from 255) = 49.37%
R=20.25%
G=30.38%
B=49.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3248780.590.3800.69219.1341.8221.57
Hex20304E3B26045db2a16
Octal4060116734601053335226
Binary1000001100001001110111011100110010001011101101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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