#293682

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

Shades of Resolution Blue #293682

Tints of Resolution Blue #293682

Color information

#293682 (or 0x293682) is unknown color: approx Resolution Blue. HEX triplet: 29, 36 and 82. RGB value is (41,54,130). Sum of RGB (Red+Green+Blue) = 41+54+130=225 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.22% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #293682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293682 is #D6C97D. Grayscale: #3A3A3A. Windows color (decimal): -14076286 or 8533545. OLE color: 8533545.

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

Color convert

RGB4154130-
CMYK0.680.5800.49
HSL231.24º52.05%33.53%-
HSV(B)231.24º68.46%50.98%-
XYZ6.264.7221.7-
YUV58.78168.19115.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.22%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=18.22%
G=24%
B=57.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41541300.680.5800.49231.2452.0533.53
Hex293682443A031e73422
Octal5166202104720613476442
Binary101001110110100000101000100111010011000111100111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293682; }

 p { color: rgb(41,54,130); }

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

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

 a { background-color: rgb(41,54,130); }

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

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

 span { border-color: rgb(41,54,130); }

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