#294370

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

Shades of Resolution Blue #294370

Tints of Resolution Blue #294370

Color information

#294370 (or 0x294370) is unknown color: approx Resolution Blue. HEX triplet: 29, 43 and 70. RGB value is (41,67,112). Sum of RGB (Red+Green+Blue) = 41+67+112=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #294370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294370 is #D6BC8F. Grayscale: #404040. Windows color (decimal): -14072976 or 7357225. OLE color: 7357225.

HSL color Cylindrical-coordinate representation of color #294370: hue angle of 218.03º 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 #294370 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4167112-
CMYK0.630.4000.56
HSL218.03º46.41%30%-
HSV(B)218.03º63.39%43.92%-
XYZ5.855.6616.11-
YUV64.36154.89111.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 112 (44.14% from 255) = 50.91%
R=18.64%
G=30.45%
B=50.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41671120.630.4000.56218.0346.4130
Hex2943703F28038da2e1e
Octal5110316077500703325636
Binary1010011000011111000011111110100001110001101101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294370; }

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

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

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

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

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

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

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

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