#203475

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

Shades of Resolution Blue #203475

Tints of Resolution Blue #203475

Color information

#203475 (or 0x203475) is unknown color: approx Resolution Blue. HEX triplet: 20, 34 and 75. RGB value is (32,52,117). Sum of RGB (Red+Green+Blue) = 32+52+117=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #203475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203475 is #DFCB8A. Grayscale: #353535. Windows color (decimal): -14666635 or 7681056. OLE color: 7681056.

HSL color Cylindrical-coordinate representation of color #203475: hue angle of 225.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203475 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3252117-
CMYK0.730.5600.54
HSL225.88º57.05%29.22%-
HSV(B)225.88º72.65%45.88%-
XYZ5.034.0517.35-
YUV53.43163.87112.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.92%
GREEN value IS 52 (20.70% from 255) = 25.87%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=15.92%
G=25.87%
B=58.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32521170.730.5600.54225.8857.0529.22
Hex2034754938036e2391d
Octal4064165111700663427135
Binary1000001101001110101100100111100001101101110001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203475; }

 p { color: rgb(32,52,117); }

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

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

 a { background-color: rgb(32,52,117); }

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

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

 span { border-color: rgb(32,52,117); }

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