#203250

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

Shades of Bunting #203250

Tints of Bunting #203250

Color information

#203250 (or 0x203250) is unknown color: approx Bunting. HEX triplet: 20, 32 and 50. RGB value is (32,50,80). Sum of RGB (Red+Green+Blue) = 32+50+80=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #203250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203250 is #DFCDAF. Grayscale: #2F2F2F. Windows color (decimal): -14667184 or 5255712. OLE color: 5255712.

HSL color Cylindrical-coordinate representation of color #203250: hue angle of 217.5º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #203250 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB325080-
CMYK0.600.3700.69
HSL217.5º42.86%21.96%-
HSV(B)217.5º60%31.37%-
XYZ3.183.178.03-
YUV48.04146.04116.56-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 50 (19.92% from 255) = 30.86%
BLUE value IS 80 (31.64% from 255) = 49.38%
R=19.75%
G=30.86%
B=49.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3250800.600.3700.69217.542.8621.96
Hex2032503C25045da2b16
Octal4062120744501053325326
Binary1000001100101010000111100100101010001011101101010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203250; }

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

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

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

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

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

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

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

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