#395098

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

Shades of Tory Blue #395098

Tints of Tory Blue #395098

Color information

#395098 (or 0x395098) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 98. RGB value is (57,80,152). Sum of RGB (Red+Green+Blue) = 57+80+152=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #395098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395098 is #C6AF67. Grayscale: #515151. Windows color (decimal): -13021032 or 9982009. OLE color: 9982009.

HSL color Cylindrical-coordinate representation of color #395098: hue angle of 225.47º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395098 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5780152-
CMYK0.620.4700.40
HSL225.47º45.45%40.98%-
HSV(B)225.47º62.5%59.61%-
XYZ10.228.8730.88-
YUV81.33167.88110.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.72%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 152 (59.77% from 255) = 52.60%
R=19.72%
G=27.68%
B=52.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal57801520.620.4700.40225.4745.4540.98
Hex3950983E2F028e12d29
Octal7112023076570503415551
Binary111001101000010011000111110101111010100011100001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395098; }

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

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

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

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

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

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

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

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