#294170

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

Shades of Resolution Blue #294170

Tints of Resolution Blue #294170

Color information

#294170 (or 0x294170) is unknown color: approx Resolution Blue. HEX triplet: 29, 41 and 70. RGB value is (41,65,112). Sum of RGB (Red+Green+Blue) = 41+65+112=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #294170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294170 is #D6BE8F. Grayscale: #3E3E3E. Windows color (decimal): -14073488 or 7356713. OLE color: 7356713.

HSL color Cylindrical-coordinate representation of color #294170: hue angle of 219.72º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #294170 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4165112-
CMYK0.630.4200.56
HSL219.72º46.41%30%-
HSV(B)219.72º63.39%43.92%-
XYZ5.735.4216.07-
YUV63.18155.55112.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.81%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=18.81%
G=29.82%
B=51.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41651120.630.4200.56219.7246.4130
Hex2941703F2A038dc2e1e
Octal5110116077520703345636
Binary1010011000001111000011111110101001110001101110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294170; }

 p { color: rgb(41,65,112); }

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

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

 a { background-color: rgb(41,65,112); }

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

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

 span { border-color: rgb(41,65,112); }

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