#294275

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

Shades of Resolution Blue #294275

Tints of Resolution Blue #294275

Color information

#294275 (or 0x294275) is unknown color: approx Resolution Blue. HEX triplet: 29, 42 and 75. RGB value is (41,66,117). Sum of RGB (Red+Green+Blue) = 41+66+117=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #294275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294275 is #D6BD8A. Grayscale: #404040. Windows color (decimal): -14073227 or 7684649. OLE color: 7684649.

HSL color Cylindrical-coordinate representation of color #294275: hue angle of 220.26º 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 #294275 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4166117-
CMYK0.650.4400.54
HSL220.26º48.1%30.98%-
HSV(B)220.26º64.96%45.88%-
XYZ6.075.6517.6-
YUV64.34157.72111.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.30%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=18.30%
G=29.46%
B=52.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41661170.650.4400.54220.2648.130.98
Hex294275412C036dc301f
Octal51102165101540663346037
Binary10100110000101110101100000110110001101101101110011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294275; }

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

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

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

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

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

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

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

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