#293C94

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

Shades of Tory Blue #293C94

Tints of Tory Blue #293C94

Color information

#293C94 (or 0x293C94) is unknown color: approx Tory Blue. HEX triplet: 29, 3C and 94. RGB value is (41,60,148). Sum of RGB (Red+Green+Blue) = 41+60+148=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #293C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C94 is #D6C36B. Grayscale: #3F3F3F. Windows color (decimal): -14074732 or 9714729. OLE color: 9714729.

HSL color Cylindrical-coordinate representation of color #293C94: hue angle of 229.35º degrees, saturation: 0.57, 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 #293C94 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4160148-
CMYK0.720.5900.42
HSL229.35º56.61%37.06%-
HSV(B)229.35º72.3%58.04%-
XYZ7.885.8428.73-
YUV64.35175.21111.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 148 (58.20% from 255) = 59.44%
R=16.47%
G=24.10%
B=59.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41601480.720.5900.42229.3556.6137.06
Hex293C94483B02Ae53925
Octal5174224110730523457145
Binary101001111100100101001001000111011010101011100101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,60,148); }

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

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

 a { background-color: rgb(41,60,148); }

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

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

 span { border-color: rgb(41,60,148); }

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