#202F77

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

Shades of Resolution Blue #202F77

Tints of Resolution Blue #202F77

Color information

#202F77 (or 0x202F77) is unknown color: approx Resolution Blue. HEX triplet: 20, 2F and 77. RGB value is (32,47,119). Sum of RGB (Red+Green+Blue) = 32+47+119=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #202F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F77 is #DFD088. Grayscale: #323232. Windows color (decimal): -14667913 or 7810848. OLE color: 7810848.

HSL color Cylindrical-coordinate representation of color #202F77: hue angle of 229.66º 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 #202F77 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3247119-
CMYK0.730.6100.53
HSL229.66º57.62%29.61%-
HSV(B)229.66º73.11%46.67%-
XYZ4.943.6717.9-
YUV50.72166.53114.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.16%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 119 (46.88% from 255) = 60.10%
R=16.16%
G=23.74%
B=60.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32471190.730.6100.53229.6657.6229.61
Hex202F77493D035e63a1e
Octal4057167111750653467236
Binary1000001011111110111100100111110101101011110011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202F77; }

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

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

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

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

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

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

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

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