#294276

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

Shades of Resolution Blue #294276

Tints of Resolution Blue #294276

Color information

#294276 (or 0x294276) is unknown color: approx Resolution Blue. HEX triplet: 29, 42 and 76. RGB value is (41,66,118). Sum of RGB (Red+Green+Blue) = 41+66+118=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #294276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294276 is #D6BD89. Grayscale: #404040. Windows color (decimal): -14073226 or 7750185. OLE color: 7750185.

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

Color convert

RGB4166118-
CMYK0.650.4400.54
HSL220.52º48.43%31.18%-
HSV(B)220.52º65.25%46.27%-
XYZ6.135.6817.91-
YUV64.45158.22111.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=18.22%
G=29.33%
B=52.44%

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
Decimal41661180.650.4400.54220.5248.4331.18
Hex294276412C036dd301f
Octal51102166101540663356037
Binary10100110000101110110100000110110001101101101110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294276; }

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

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

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

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

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

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

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

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