#203150

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

Shades of Bunting #203150

Tints of Bunting #203150

Color information

#203150 (or 0x203150) is unknown color: approx Bunting. HEX triplet: 20, 31 and 50. RGB value is (32,49,80). Sum of RGB (Red+Green+Blue) = 32+49+80=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #203150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203150 is #DFCEAF. Grayscale: #2F2F2F. Windows color (decimal): -14667440 or 5255456. OLE color: 5255456.

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

Color convert

RGB324980-
CMYK0.600.3900.69
HSL218.75º42.86%21.96%-
HSV(B)218.75º60%31.37%-
XYZ3.143.088.02-
YUV47.45146.37116.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.88%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=19.88%
G=30.43%
B=49.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3249800.600.3900.69218.7542.8621.96
Hex2031503C27045db2b16
Octal4061120744701053335326
Binary1000001100011010000111100100111010001011101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203150; }

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

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

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

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

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

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

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

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