#293E92

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

Shades of Tory Blue #293E92

Tints of Tory Blue #293E92

Color information

#293E92 (or 0x293E92) is unknown color: approx Tory Blue. HEX triplet: 29, 3E and 92. RGB value is (41,62,146). Sum of RGB (Red+Green+Blue) = 41+62+146=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #293E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293E92 is #D6C16D. Grayscale: #404040. Windows color (decimal): -14074222 or 9584169. OLE color: 9584169.

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

Color convert

RGB4162146-
CMYK0.720.5800.43
HSL228º56.15%36.67%-
HSV(B)228º71.92%57.25%-
XYZ7.835.9927.94-
YUV65.3173.54110.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 62 (24.61% from 255) = 24.90%
BLUE value IS 146 (57.42% from 255) = 58.63%
R=16.47%
G=24.90%
B=58.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal41621460.720.5800.4322856.1536.67
Hex293E92483A02Be43825
Octal5176222110720533447045
Binary101001111110100100101001000111010010101111100100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293E92; }

 p { color: rgb(41,62,146); }

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

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

 a { background-color: rgb(41,62,146); }

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

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

 span { border-color: rgb(41,62,146); }

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