#203951

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

Shades of Regal Blue #203951

Tints of Regal Blue #203951

Color information

#203951 (or 0x203951) is unknown color: approx Regal Blue. HEX triplet: 20, 39 and 51. RGB value is (32,57,81). Sum of RGB (Red+Green+Blue) = 32+57+81=170 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.82% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #203951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203951 is #DFC6AE. Grayscale: #343434. Windows color (decimal): -14665391 or 5323040. OLE color: 5323040.

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

Color convert

RGB325781-
CMYK0.600.3000.68
HSL209.39º43.36%22.16%-
HSV(B)209.39º60.49%31.76%-
XYZ3.543.838.34-
YUV52.26144.22113.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 18.82%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 81 (32.03% from 255) = 47.65%
R=18.82%
G=33.53%
B=47.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3257810.600.3000.68209.3943.3622.16
Hex2039513C1E044d12b16
Octal4071121743601043215326
Binary100000111001101000111110011110010001001101000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203951; }

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

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

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

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

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

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

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

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