#294073

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

Shades of Resolution Blue #294073

Tints of Resolution Blue #294073

Color information

#294073 (or 0x294073) is unknown color: approx Resolution Blue. HEX triplet: 29, 40 and 73. RGB value is (41,64,115). Sum of RGB (Red+Green+Blue) = 41+64+115=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #294073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #294073 is #D6BF8C. Grayscale: #3E3E3E. Windows color (decimal): -14073741 or 7553065. OLE color: 7553065.

HSL color Cylindrical-coordinate representation of color #294073: hue angle of 221.35º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #294073 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4164115-
CMYK0.640.4400.55
HSL221.35º47.44%30.59%-
HSV(B)221.35º64.35%45.1%-
XYZ5.845.3816.95-
YUV62.94157.38112.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=18.64%
G=29.09%
B=52.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41641150.640.4400.55221.3547.4430.59
Hex294073402C037dd2f1f
Octal51100163100540673355737
Binary10100110000001110011100000010110001101111101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294073; }

 p { color: rgb(41,64,115); }

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

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

 a { background-color: rgb(41,64,115); }

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

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

 span { border-color: rgb(41,64,115); }

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