#293891

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

Shades of Tory Blue #293891

Tints of Tory Blue #293891

Color information

#293891 (or 0x293891) is unknown color: approx Tory Blue. HEX triplet: 29, 38 and 91. RGB value is (41,56,145). Sum of RGB (Red+Green+Blue) = 41+56+145=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 145 (57.03% from 255 or 59.92% from 242); Max value from RGB is 145 - color contains mainly: blue. Hex color #293891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293891 is #D6C76E. Grayscale: #3D3D3D. Windows color (decimal): -14075759 or 9517097. OLE color: 9517097.

HSL color Cylindrical-coordinate representation of color #293891: hue angle of 231.35º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293891 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4156145-
CMYK0.720.6100.43
HSL231.35º55.91%36.47%-
HSV(B)231.35º71.72%56.86%-
XYZ7.445.3427.43-
YUV61.66175.03113.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.94%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 145 (57.03% from 255) = 59.92%
R=16.94%
G=23.14%
B=59.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41561450.720.6100.43231.3555.9136.47
Hex293891483D02Be73824
Octal5170221110750533477044
Binary101001111000100100011001000111101010101111100111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293891; }

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

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

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

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

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

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

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

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