#20314D

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

Shades of Bunting #20314D

Tints of Bunting #20314D

Color information

#20314D (or 0x20314D) is unknown color: approx Bunting. HEX triplet: 20, 31 and 4D. RGB value is (32,49,77). Sum of RGB (Red+Green+Blue) = 32+49+77=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 77 (30.47% from 255 or 48.73% from 158); Max value from RGB is 77 - color contains mainly: blue. Hex color #20314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20314D is #DFCEB2. Grayscale: #2E2E2E. Windows color (decimal): -14667443 or 5058848. OLE color: 5058848.

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

Color convert

RGB324977-
CMYK0.580.3600.70
HSL217.33º41.28%21.37%-
HSV(B)217.33º58.44%30.2%-
XYZ3.033.047.45-
YUV47.11144.87117.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.25%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 77 (30.47% from 255) = 48.73%
R=20.25%
G=31.01%
B=48.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3249770.580.3600.70217.3341.2821.37
Hex20314D3A24046d92915
Octal4061115724401063315125
Binary1000001100011001101111010100100010001101101100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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