#294478

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

Shades of Resolution Blue #294478

Tints of Resolution Blue #294478

Color information

#294478 (or 0x294478) is unknown color: approx Resolution Blue. HEX triplet: 29, 44 and 78. RGB value is (41,68,120). Sum of RGB (Red+Green+Blue) = 41+68+120=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #294478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294478 is #D6BB87. Grayscale: #414141. Windows color (decimal): -14072712 or 7881769. OLE color: 7881769.

HSL color Cylindrical-coordinate representation of color #294478: hue angle of 219.49º 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 #294478 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4168120-
CMYK0.660.4300.53
HSL219.49º49.07%31.57%-
HSV(B)219.49º65.83%47.06%-
XYZ6.375.9618.58-
YUV65.85158.55110.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=17.90%
G=29.69%
B=52.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41681200.660.4300.53219.4949.0731.57
Hex294478422B035db3120
Octal51104170102530653336140
Binary101001100010011110001000010101011011010111011011110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294478; }

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

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

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

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

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

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

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

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