#294372

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

Shades of Resolution Blue #294372

Tints of Resolution Blue #294372

Color information

#294372 (or 0x294372) is unknown color: approx Resolution Blue. HEX triplet: 29, 43 and 72. RGB value is (41,67,114). Sum of RGB (Red+Green+Blue) = 41+67+114=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #294372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294372 is #D6BC8D. Grayscale: #404040. Windows color (decimal): -14072974 or 7488297. OLE color: 7488297.

HSL color Cylindrical-coordinate representation of color #294372: hue angle of 218.63º 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 #294372 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4167114-
CMYK0.640.4100.55
HSL218.63º47.1%30.39%-
HSV(B)218.63º64.04%44.71%-
XYZ5.965.716.71-
YUV64.58155.89111.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=18.47%
G=30.18%
B=51.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41671140.640.4100.55218.6347.130.39
Hex2943724029037db2f1e
Octal51103162100510673335736
Binary10100110000111110010100000010100101101111101101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294372; }

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

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

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

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

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

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

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

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