#395A92

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

Shades of Tory Blue #395A92

Tints of Tory Blue #395A92

Color information

#395A92 (or 0x395A92) is unknown color: approx Tory Blue. HEX triplet: 39, 5A and 92. RGB value is (57,90,146). Sum of RGB (Red+Green+Blue) = 57+90+146=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #395A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395A92 is #C6A56D. Grayscale: #565656. Windows color (decimal): -13018478 or 9591353. OLE color: 9591353.

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

Color convert

RGB5790146-
CMYK0.610.3800.43
HSL217.75º43.84%39.8%-
HSV(B)217.75º60.96%57.25%-
XYZ10.5310.2628.62-
YUV86.52161.57106.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.45%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=19.45%
G=30.72%
B=49.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57901460.610.3800.43217.7543.8439.8
Hex395A923D2602Bda2c28
Octal7113222275460533325450
Binary111001101101010010010111101100110010101111011010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395A92; }

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

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

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

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

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

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

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

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