#203077

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

Shades of Resolution Blue #203077

Tints of Resolution Blue #203077

Color information

#203077 (or 0x203077) is unknown color: approx Resolution Blue. HEX triplet: 20, 30 and 77. RGB value is (32,48,119). Sum of RGB (Red+Green+Blue) = 32+48+119=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #203077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203077 is #DFCF88. Grayscale: #333333. Windows color (decimal): -14667657 or 7811104. OLE color: 7811104.

HSL color Cylindrical-coordinate representation of color #203077: hue angle of 228.97º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #203077 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3248119-
CMYK0.730.6000.53
HSL228.97º57.62%29.61%-
HSV(B)228.97º73.11%46.67%-
XYZ4.983.7517.91-
YUV51.31166.2114.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 119 (46.88% from 255) = 59.80%
R=16.08%
G=24.12%
B=59.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32481190.730.6000.53228.9757.6229.61
Hex203077493C035e53a1e
Octal4060167111740653457236
Binary1000001100001110111100100111110001101011110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203077; }

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

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

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

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

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

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

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

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