#395086

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

Shades of Tory Blue #395086

Tints of Tory Blue #395086

Color information

#395086 (or 0x395086) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 86. RGB value is (57,80,134). Sum of RGB (Red+Green+Blue) = 57+80+134=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #395086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395086 is #C6AF79. Grayscale: #4F4F4F. Windows color (decimal): -13021050 or 8802361. OLE color: 8802361.

HSL color Cylindrical-coordinate representation of color #395086: hue angle of 222.08º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395086 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5780134-
CMYK0.570.4000.47
HSL222.08º40.31%37.45%-
HSV(B)222.08º57.46%52.55%-
XYZ8.868.3323.69-
YUV79.28158.88112.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=21.03%
G=29.52%
B=49.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57801340.570.4000.47222.0840.3137.45
Hex395086392802Fde2825
Octal7112020671500573365045
Binary111001101000010000110111001101000010111111011110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395086; }

 p { color: rgb(57,80,134); }

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

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

 a { background-color: rgb(57,80,134); }

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

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

 span { border-color: rgb(57,80,134); }

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