#293782

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

Shades of Resolution Blue #293782

Tints of Resolution Blue #293782

Color information

#293782 (or 0x293782) is unknown color: approx Resolution Blue. HEX triplet: 29, 37 and 82. RGB value is (41,55,130). Sum of RGB (Red+Green+Blue) = 41+55+130=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #293782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293782 is #D6C87D. Grayscale: #3B3B3B. Windows color (decimal): -14076030 or 8533801. OLE color: 8533801.

HSL color Cylindrical-coordinate representation of color #293782: hue angle of 230.56º 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 #293782 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4155130-
CMYK0.680.5800.49
HSL230.56º52.05%33.53%-
HSV(B)230.56º68.46%50.98%-
XYZ6.314.8221.72-
YUV59.36167.86114.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=18.14%
G=24.34%
B=57.52%

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
Decimal41551300.680.5800.49230.5652.0533.53
Hex293782443A031e73422
Octal5167202104720613476442
Binary101001110111100000101000100111010011000111100111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293782; }

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

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

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

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

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

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

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

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