#294278

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

Shades of Resolution Blue #294278

Tints of Resolution Blue #294278

Color information

#294278 (or 0x294278) is unknown color: approx Resolution Blue. HEX triplet: 29, 42 and 78. RGB value is (41,66,120). Sum of RGB (Red+Green+Blue) = 41+66+120=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #294278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294278 is #D6BD87. Grayscale: #404040. Windows color (decimal): -14073224 or 7881257. OLE color: 7881257.

HSL color Cylindrical-coordinate representation of color #294278: hue angle of 221.01º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #294278 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4166120-
CMYK0.660.4500.53
HSL221.01º49.07%31.57%-
HSV(B)221.01º65.83%47.06%-
XYZ6.255.7218.54-
YUV64.68159.22111.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=18.06%
G=29.07%
B=52.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41661200.660.4500.53221.0149.0731.57
Hex294278422D035dd3120
Octal51102170102550653356140
Binary101001100001011110001000010101101011010111011101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294278; }

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

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

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

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

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

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

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

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