#294174

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

Shades of Resolution Blue #294174

Tints of Resolution Blue #294174

Color information

#294174 (or 0x294174) is unknown color: approx Resolution Blue. HEX triplet: 29, 41 and 74. RGB value is (41,65,116). Sum of RGB (Red+Green+Blue) = 41+65+116=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #294174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294174 is #D6BE8B. Grayscale: #3F3F3F. Windows color (decimal): -14073484 or 7618857. OLE color: 7618857.

HSL color Cylindrical-coordinate representation of color #294174: hue angle of 220.8º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #294174 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4165116-
CMYK0.650.4400.55
HSL220.8º47.77%30.78%-
HSV(B)220.8º64.66%45.49%-
XYZ5.965.5117.27-
YUV63.64157.55111.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 116 (45.70% from 255) = 52.25%
R=18.47%
G=29.28%
B=52.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41651160.650.4400.55220.847.7730.78
Hex294174412C037dd301f
Octal51101164101540673356037
Binary10100110000011110100100000110110001101111101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294174; }

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

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

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

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

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

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

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

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