#203049

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

Shades of Bunting #203049

Tints of Bunting #203049

Color information

#203049 (or 0x203049) is unknown color: approx Bunting. HEX triplet: 20, 30 and 49. RGB value is (32,48,73). Sum of RGB (Red+Green+Blue) = 32+48+73=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #203049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203049 is #DFCFB6. Grayscale: #2D2D2D. Windows color (decimal): -14667703 or 4796448. OLE color: 4796448.

HSL color Cylindrical-coordinate representation of color #203049: hue angle of 216.59º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #203049 is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB324873-
CMYK0.560.3400.71
HSL216.59º39.05%20.59%-
HSV(B)216.59º56.16%28.63%-
XYZ2.862.96.71-
YUV46.07143.2117.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20.92%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 73 (28.91% from 255) = 47.71%
R=20.92%
G=31.37%
B=47.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3248730.560.3400.71216.5939.0520.59
Hex2030493822047d92715
Octal4060111704201073314725
Binary1000001100001001001111000100010010001111101100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203049; }

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

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

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

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

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

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

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

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