#293D8D

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

Shades of Tory Blue #293D8D

Tints of Tory Blue #293D8D

Color information

#293D8D (or 0x293D8D) is unknown color: approx Tory Blue. HEX triplet: 29, 3D and 8D. RGB value is (41,61,141). Sum of RGB (Red+Green+Blue) = 41+61+141=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #293D8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D8D is #D6C272. Grayscale: #3F3F3F. Windows color (decimal): -14074483 or 9256233. OLE color: 9256233.

HSL color Cylindrical-coordinate representation of color #293D8D: hue angle of 228º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #293D8D is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4161141-
CMYK0.710.5700.45
HSL228º54.95%35.69%-
HSV(B)228º70.92%55.29%-
XYZ7.395.7325.92-
YUV64.14171.37111.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 61 (24.22% from 255) = 25.10%
BLUE value IS 141 (55.47% from 255) = 58.02%
R=16.87%
G=25.10%
B=58.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41611410.710.5700.4522854.9535.69
Hex293D8D473902De43724
Octal5175215107710553446744
Binary101001111101100011011000111111001010110111100100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,61,141); }

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

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

 a { background-color: rgb(41,61,141); }

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

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

 span { border-color: rgb(41,61,141); }

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