#293993

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

Shades of Tory Blue #293993

Tints of Tory Blue #293993

Color information

#293993 (or 0x293993) is unknown color: approx Tory Blue. HEX triplet: 29, 39 and 93. RGB value is (41,57,147). Sum of RGB (Red+Green+Blue) = 41+57+147=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #293993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293993 is #D6C66C. Grayscale: #3E3E3E. Windows color (decimal): -14075501 or 9648425. OLE color: 9648425.

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

Color convert

RGB4157147-
CMYK0.720.6100.42
HSL230.94º56.38%36.86%-
HSV(B)230.94º72.11%57.65%-
XYZ7.645.528.26-
YUV62.48175.7112.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 147 (57.81% from 255) = 60%
R=16.73%
G=23.27%
B=60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41571470.720.6100.42230.9456.3836.86
Hex293993483D02Ae73825
Octal5171223110750523477045
Binary101001111001100100111001000111101010101011100111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293993; }

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

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

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

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

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

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

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

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