#202F7C

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

Shades of Resolution Blue #202F7C

Tints of Resolution Blue #202F7C

Color information

#202F7C (or 0x202F7C) is unknown color: approx Resolution Blue. HEX triplet: 20, 2F and 7C. RGB value is (32,47,124). Sum of RGB (Red+Green+Blue) = 32+47+124=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #202F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F7C is #DFD083. Grayscale: #323232. Windows color (decimal): -14667908 or 8138528. OLE color: 8138528.

HSL color Cylindrical-coordinate representation of color #202F7C: hue angle of 230.22º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #202F7C is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3247124-
CMYK0.740.6200.51
HSL230.22º58.97%30.59%-
HSV(B)230.22º74.19%48.63%-
XYZ5.253.819.52-
YUV51.29169.03114.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 124 (48.83% from 255) = 61.08%
R=15.76%
G=23.15%
B=61.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32471240.740.6200.51230.2258.9730.59
Hex202F7C4A3E033e63b1f
Octal4057174112760633467337
Binary1000001011111111100100101011111001100111110011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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