#293980

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

Shades of Resolution Blue #293980

Tints of Resolution Blue #293980

Color information

#293980 (or 0x293980) is unknown color: approx Resolution Blue. HEX triplet: 29, 39 and 80. RGB value is (41,57,128). Sum of RGB (Red+Green+Blue) = 41+57+128=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #293980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293980 is #D6C67F. Grayscale: #3C3C3C. Windows color (decimal): -14075520 or 8403241. OLE color: 8403241.

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

Color convert

RGB4157128-
CMYK0.680.5500.50
HSL228.97º51.48%33.14%-
HSV(B)228.97º67.97%50.2%-
XYZ6.274.9621.05-
YUV60.31166.2114.23-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 128 (50.39% from 255) = 56.64%
R=18.14%
G=25.22%
B=56.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41571280.680.5500.50228.9751.4833.14
Hex2939804437032e53321
Octal5171200104670623456341
Binary101001111001100000001000100110111011001011100101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293980; }

 p { color: rgb(41,57,128); }

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

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

 a { background-color: rgb(41,57,128); }

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

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

 span { border-color: rgb(41,57,128); }

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