#202F6B

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

Shades of Resolution Blue #202F6B

Tints of Resolution Blue #202F6B

Color information

#202F6B (or 0x202F6B) is unknown color: approx Resolution Blue. HEX triplet: 20, 2F and 6B. RGB value is (32,47,107). Sum of RGB (Red+Green+Blue) = 32+47+107=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #202F6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F6B is #DFD094. Grayscale: #313131. Windows color (decimal): -14667925 or 7024416. OLE color: 7024416.

HSL color Cylindrical-coordinate representation of color #202F6B: hue angle of 228º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #202F6B is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3247107-
CMYK0.700.5600.58
HSL228º53.96%27.25%-
HSV(B)228º70.09%41.96%-
XYZ4.273.414.34-
YUV49.36160.53115.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.20%
GREEN value IS 47 (18.75% from 255) = 25.27%
BLUE value IS 107 (42.19% from 255) = 57.53%
R=17.20%
G=25.27%
B=57.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32471070.700.5600.5822853.9627.25
Hex202F6B463803Ae4361b
Octal4057153106700723446633
Binary1000001011111101011100011011100001110101110010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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