#395291

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

Shades of Tory Blue #395291

Tints of Tory Blue #395291

Color information

#395291 (or 0x395291) is unknown color: approx Tory Blue. HEX triplet: 39, 52 and 91. RGB value is (57,82,145). Sum of RGB (Red+Green+Blue) = 57+82+145=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #395291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395291 is #C6AD6E. Grayscale: #515151. Windows color (decimal): -13020527 or 9523769. OLE color: 9523769.

HSL color Cylindrical-coordinate representation of color #395291: hue angle of 222.95º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395291 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5782145-
CMYK0.610.4300.43
HSL222.95º43.56%39.61%-
HSV(B)222.95º60.69%56.86%-
XYZ9.828.9528-
YUV81.71163.72110.38-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.07%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 145 (57.03% from 255) = 51.06%
R=20.07%
G=28.87%
B=51.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57821450.610.4300.43222.9543.5639.61
Hex3952913D2B02Bdf2c28
Octal7112222175530533375450
Binary111001101001010010001111101101011010101111011111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395291; }

 p { color: rgb(57,82,145); }

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

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

 a { background-color: rgb(57,82,145); }

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

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

 span { border-color: rgb(57,82,145); }

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