#203252

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

Shades of Bunting #203252

Tints of Bunting #203252

Color information

#203252 (or 0x203252) is unknown color: approx Bunting. HEX triplet: 20, 32 and 52. RGB value is (32,50,82). Sum of RGB (Red+Green+Blue) = 32+50+82=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #203252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203252 is #DFCDAD. Grayscale: #303030. Windows color (decimal): -14667182 or 5386784. OLE color: 5386784.

HSL color Cylindrical-coordinate representation of color #203252: hue angle of 218.4º 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 #203252 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB325082-
CMYK0.610.3900.68
HSL218.4º43.86%22.35%-
HSV(B)218.4º60.98%32.16%-
XYZ3.263.28.43-
YUV48.27147.04116.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 82 (32.42% from 255) = 50%
R=19.51%
G=30.49%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3250820.610.3900.68218.443.8622.35
Hex2032523D27044da2c16
Octal4062122754701043325426
Binary1000001100101010010111101100111010001001101101010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203252; }

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

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

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

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

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

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

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

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