#293871

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

Shades of Resolution Blue #293871

Tints of Resolution Blue #293871

Color information

#293871 (or 0x293871) is unknown color: approx Resolution Blue. HEX triplet: 29, 38 and 71. RGB value is (41,56,113). Sum of RGB (Red+Green+Blue) = 41+56+113=210 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.52% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #293871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293871 is #D6C78E. Grayscale: #393939. Windows color (decimal): -14075791 or 7419945. OLE color: 7419945.

HSL color Cylindrical-coordinate representation of color #293871: hue angle of 227.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293871 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4156113-
CMYK0.640.5000.56
HSL227.5º46.75%30.2%-
HSV(B)227.5º63.72%44.31%-
XYZ5.314.4916.21-
YUV58.01159.03115.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.52%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=19.52%
G=26.67%
B=53.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal41561130.640.5000.56227.546.7530.2
Hex2938714032038e42f1e
Octal5170161100620703445736
Binary1010011110001110001100000011001001110001110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293871; }

 p { color: rgb(41,56,113); }

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

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

 a { background-color: rgb(41,56,113); }

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

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

 span { border-color: rgb(41,56,113); }

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