#294475

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

Shades of Resolution Blue #294475

Tints of Resolution Blue #294475

Color information

#294475 (or 0x294475) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 75. RGB value is (41,68,117). Sum of RGB (Red+Green+Blue) = 41+68+117=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #294475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294475 is #D6BB8A. Grayscale: #414141. Windows color (decimal): -14072715 or 7685161. OLE color: 7685161.

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

Color convert

RGB4168117-
CMYK0.650.4200.54
HSL218.68º48.1%30.98%-
HSV(B)218.68º64.96%45.88%-
XYZ6.195.8917.64-
YUV65.51157.05110.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 68 (26.95% from 255) = 30.09%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=18.14%
G=30.09%
B=51.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41681170.650.4200.54218.6848.130.98
Hex294475412A036db301f
Octal51104165101520663336037
Binary10100110001001110101100000110101001101101101101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294475; }

 p { color: rgb(41,68,117); }

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

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

 a { background-color: rgb(41,68,117); }

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

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

 span { border-color: rgb(41,68,117); }

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