#203E75

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

Shades of Resolution Blue #203E75

Tints of Resolution Blue #203E75

Color information

#203E75 (or 0x203E75) is unknown color: approx Resolution Blue. HEX triplet: 20, 3E and 75. RGB value is (32,62,117). Sum of RGB (Red+Green+Blue) = 32+62+117=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #203E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E75 is #DFC18A. Grayscale: #3B3B3B. Windows color (decimal): -14664075 or 7683616. OLE color: 7683616.

HSL color Cylindrical-coordinate representation of color #203E75: hue angle of 218.82º 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 #203E75 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3262117-
CMYK0.730.4700.54
HSL218.82º57.05%29.22%-
HSV(B)218.82º72.65%45.88%-
XYZ5.535.0417.51-
YUV59.3160.56108.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 62 (24.61% from 255) = 29.38%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=15.17%
G=29.38%
B=55.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32621170.730.4700.54218.8257.0529.22
Hex203E75492F036db391d
Octal4076165111570663337135
Binary1000001111101110101100100110111101101101101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203E75; }

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

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

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

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

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

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

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

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