#293471

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

Shades of Resolution Blue #293471

Tints of Resolution Blue #293471

Color information

#293471 (or 0x293471) is unknown color: approx Resolution Blue. HEX triplet: 29, 34 and 71. RGB value is (41,52,113). Sum of RGB (Red+Green+Blue) = 41+52+113=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #293471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293471 is #D6CB8E. Grayscale: #373737. Windows color (decimal): -14076815 or 7418921. OLE color: 7418921.

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

Color convert

RGB4152113-
CMYK0.640.5400.56
HSL230.83º46.75%30.2%-
HSV(B)230.83º63.72%44.31%-
XYZ5.124.1216.15-
YUV55.66160.36117.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=19.90%
G=25.24%
B=54.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41521130.640.5400.56230.8346.7530.2
Hex2934714036038e72f1e
Octal5164161100660703475736
Binary1010011101001110001100000011011001110001110011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293471; }

 p { color: rgb(41,52,113); }

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

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

 a { background-color: rgb(41,52,113); }

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

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

 span { border-color: rgb(41,52,113); }

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