#293570

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

Shades of Resolution Blue #293570

Tints of Resolution Blue #293570

Color information

#293570 (or 0x293570) is unknown color: approx Resolution Blue. HEX triplet: 29, 35 and 70. RGB value is (41,53,112). Sum of RGB (Red+Green+Blue) = 41+53+112=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #293570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293570 is #D6CA8F. Grayscale: #373737. Windows color (decimal): -14076560 or 7353641. OLE color: 7353641.

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

Color convert

RGB4153112-
CMYK0.630.5300.56
HSL229.86º46.41%30%-
HSV(B)229.86º63.39%43.92%-
XYZ5.114.1915.87-
YUV56.14159.52117.2-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=19.90%
G=25.73%
B=54.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41531120.630.5300.56229.8646.4130
Hex2935703F35038e62e1e
Octal516516077650703465636
Binary101001110101111000011111111010101110001110011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293570; }

 p { color: rgb(41,53,112); }

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

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

 a { background-color: rgb(41,53,112); }

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

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

 span { border-color: rgb(41,53,112); }

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