#293895

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

Shades of Tory Blue #293895

Tints of Tory Blue #293895

Color information

#293895 (or 0x293895) is unknown color: approx Tory Blue. HEX triplet: 29, 38 and 95. RGB value is (41,56,149). Sum of RGB (Red+Green+Blue) = 41+56+149=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #293895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293895 is #D6C76A. Grayscale: #3D3D3D. Windows color (decimal): -14075755 or 9779241. OLE color: 9779241.

HSL color Cylindrical-coordinate representation of color #293895: hue angle of 231.67º 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 #293895 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4156149-
CMYK0.720.6200.42
HSL231.67º56.84%37.25%-
HSV(B)231.67º72.48%58.43%-
XYZ7.755.4729.08-
YUV62.12177.03112.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 149 (58.59% from 255) = 60.57%
R=16.67%
G=22.76%
B=60.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal41561490.720.6200.42231.6756.8437.25
Hex293895483E02Ae83925
Octal5170225110760523507145
Binary101001111000100101011001000111110010101011101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293895; }

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

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

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

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

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

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

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

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