#203950

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

Shades of Regal Blue #203950

Tints of Regal Blue #203950

Color information

#203950 (or 0x203950) is unknown color: approx Regal Blue. HEX triplet: 20, 39 and 50. RGB value is (32,57,80). Sum of RGB (Red+Green+Blue) = 32+57+80=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #203950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203950 is #DFC6AF. Grayscale: #343434. Windows color (decimal): -14665392 or 5257504. OLE color: 5257504.

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

Color convert

RGB325780-
CMYK0.600.2900.69
HSL208.75º42.86%21.96%-
HSV(B)208.75º60%31.37%-
XYZ3.513.818.14-
YUV52.15143.72113.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.93%
GREEN value IS 57 (22.66% from 255) = 33.73%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=18.93%
G=33.73%
B=47.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3257800.600.2900.69208.7542.8621.96
Hex2039503C1D045d12b16
Octal4071120743501053215326
Binary100000111001101000011110011101010001011101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203950; }

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

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

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

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

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

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

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

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