#293475

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

Shades of Resolution Blue #293475

Tints of Resolution Blue #293475

Color information

#293475 (or 0x293475) is unknown color: approx Resolution Blue. HEX triplet: 29, 34 and 75. RGB value is (41,52,117). Sum of RGB (Red+Green+Blue) = 41+52+117=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #293475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293475 is #D6CB8A. Grayscale: #373737. Windows color (decimal): -14076811 or 7681065. OLE color: 7681065.

HSL color Cylindrical-coordinate representation of color #293475: hue angle of 231.32º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293475 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4152117-
CMYK0.650.5600.54
HSL231.32º48.1%30.98%-
HSV(B)231.32º64.96%45.88%-
XYZ5.354.2117.36-
YUV56.12162.36117.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=19.52%
G=24.76%
B=55.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41521170.650.5600.54231.3248.130.98
Hex2934754138036e7301f
Octal5164165101700663476037
Binary1010011101001110101100000111100001101101110011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293475; }

 p { color: rgb(41,52,117); }

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

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

 a { background-color: rgb(41,52,117); }

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

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

 span { border-color: rgb(41,52,117); }

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