#203074

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

Shades of Resolution Blue #203074

Tints of Resolution Blue #203074

Color information

#203074 (or 0x203074) is unknown color: approx Resolution Blue. HEX triplet: 20, 30 and 74. RGB value is (32,48,116). Sum of RGB (Red+Green+Blue) = 32+48+116=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #203074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203074 is #DFCF8B. Grayscale: #323232. Windows color (decimal): -14667660 or 7614496. OLE color: 7614496.

HSL color Cylindrical-coordinate representation of color #203074: hue angle of 228.57º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #203074 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3248116-
CMYK0.720.5900.55
HSL228.57º56.76%29.02%-
HSV(B)228.57º72.41%45.49%-
XYZ4.813.6816.98-
YUV50.97164.7114.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 116 (45.70% from 255) = 59.18%
R=16.33%
G=24.49%
B=59.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32481160.720.5900.55228.5756.7629.02
Hex203074483B037e5391d
Octal4060164110730673457135
Binary1000001100001110100100100011101101101111110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203074; }

 p { color: rgb(32,48,116); }

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

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

 a { background-color: rgb(32,48,116); }

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

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

 span { border-color: rgb(32,48,116); }

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