#203750

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

Shades of Regal Blue #203750

Tints of Regal Blue #203750

Color information

#203750 (or 0x203750) is unknown color: approx Regal Blue. HEX triplet: 20, 37 and 50. RGB value is (32,55,80). Sum of RGB (Red+Green+Blue) = 32+55+80=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #203750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203750 is #DFC8AF. Grayscale: #323232. Windows color (decimal): -14665904 or 5256992. OLE color: 5256992.

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

Color convert

RGB325580-
CMYK0.600.3100.69
HSL211.25º42.86%21.96%-
HSV(B)211.25º60%31.37%-
XYZ3.413.628.11-
YUV50.97144.38114.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.16%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 80 (31.64% from 255) = 47.90%
R=19.16%
G=32.93%
B=47.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3255800.600.3100.69211.2542.8621.96
Hex2037503C1F045d32b16
Octal4067120743701053235326
Binary100000110111101000011110011111010001011101001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203750; }

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

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

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

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

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

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

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

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