#294672

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

Shades of Resolution Blue #294672

Tints of Resolution Blue #294672

Color information

#294672 (or 0x294672) is unknown color: approx Resolution Blue. HEX triplet: 29, 46 and 72. RGB value is (41,70,114). Sum of RGB (Red+Green+Blue) = 41+70+114=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #294672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294672 is #D6B98D. Grayscale: #424242. Windows color (decimal): -14072206 or 7489065. OLE color: 7489065.

HSL color Cylindrical-coordinate representation of color #294672: hue angle of 216.16º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294672 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4170114-
CMYK0.640.3900.55
HSL216.16º47.1%30.39%-
HSV(B)216.16º64.04%44.71%-
XYZ6.146.0716.77-
YUV66.34154.89109.92-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 114 (44.92% from 255) = 50.67%
R=18.22%
G=31.11%
B=50.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41701140.640.3900.55216.1647.130.39
Hex2946724027037d82f1e
Octal51106162100470673305736
Binary10100110001101110010100000010011101101111101100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294672; }

 p { color: rgb(41,70,114); }

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

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

 a { background-color: rgb(41,70,114); }

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

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

 span { border-color: rgb(41,70,114); }

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