#395892

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

Shades of Tory Blue #395892

Tints of Tory Blue #395892

Color information

#395892 (or 0x395892) is unknown color: approx Tory Blue. HEX triplet: 39, 58 and 92. RGB value is (57,88,146). Sum of RGB (Red+Green+Blue) = 57+88+146=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #395892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395892 is #C6A76D. Grayscale: #555555. Windows color (decimal): -13018990 or 9590841. OLE color: 9590841.

HSL color Cylindrical-coordinate representation of color #395892: hue angle of 219.1º 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 #395892 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5788146-
CMYK0.610.4000.43
HSL219.1º43.84%39.8%-
HSV(B)219.1º60.96%57.25%-
XYZ10.379.9228.56-
YUV85.34162.23107.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.59%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 146 (57.42% from 255) = 50.17%
R=19.59%
G=30.24%
B=50.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57881460.610.4000.43219.143.8439.8
Hex3958923D2802Bdb2c28
Octal7113022275500533335450
Binary111001101100010010010111101101000010101111011011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395892; }

 p { color: rgb(57,88,146); }

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

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

 a { background-color: rgb(57,88,146); }

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

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

 span { border-color: rgb(57,88,146); }

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