#293581

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

Shades of Resolution Blue #293581

Tints of Resolution Blue #293581

Color information

#293581 (or 0x293581) is unknown color: approx Resolution Blue. HEX triplet: 29, 35 and 81. RGB value is (41,53,129). Sum of RGB (Red+Green+Blue) = 41+53+129=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #293581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293581 is #D6CA7E. Grayscale: #393939. Windows color (decimal): -14076543 or 8467753. OLE color: 8467753.

HSL color Cylindrical-coordinate representation of color #293581: hue angle of 231.82º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293581 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4153129-
CMYK0.680.5900.49
HSL231.82º51.76%33.33%-
HSV(B)231.82º68.22%50.59%-
XYZ6.154.621.33-
YUV58.08168.02115.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 129 (50.78% from 255) = 57.85%
R=18.39%
G=23.77%
B=57.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41531290.680.5900.49231.8251.7633.33
Hex293581443B031e83421
Octal5165201104730613506441
Binary101001110101100000011000100111011011000111101000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293581; }

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

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

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

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

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

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

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

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