#202E52

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

Shades of Bunting #202E52

Tints of Bunting #202E52

Color information

#202E52 (or 0x202E52) is unknown color: approx Bunting. HEX triplet: 20, 2E and 52. RGB value is (32,46,82). Sum of RGB (Red+Green+Blue) = 32+46+82=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #202E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202E52 is #DFD1AD. Grayscale: #2D2D2D. Windows color (decimal): -14668206 or 5385760. OLE color: 5385760.

HSL color Cylindrical-coordinate representation of color #202E52: hue angle of 223.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #202E52 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB324682-
CMYK0.610.4400.68
HSL223.2º43.86%22.35%-
HSV(B)223.2º60.98%32.16%-
XYZ3.12.878.37-
YUV45.92148.36118.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 46 (18.36% from 255) = 28.75%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=20%
G=28.75%
B=51.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3246820.610.4400.68223.243.8622.35
Hex202E523D2C044df2c16
Octal4056122755401043375426
Binary1000001011101010010111101101100010001001101111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202E52; }

 p { color: rgb(32,46,82); }

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

<style>
 a { background-color: #202E52; }

 a { background-color: rgb(32,46,82); }

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

<style>
 span { border-color: #202E52; }

 span { border-color: rgb(32,46,82); }

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