#395094

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

Shades of Tory Blue #395094

Tints of Tory Blue #395094

Color information

#395094 (or 0x395094) is unknown color: approx Tory Blue. HEX triplet: 39, 50 and 94. RGB value is (57,80,148). Sum of RGB (Red+Green+Blue) = 57+80+148=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #395094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395094 is #C6AF6B. Grayscale: #505050. Windows color (decimal): -13021036 or 9719865. OLE color: 9719865.

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

Color convert

RGB5780148-
CMYK0.610.4600.42
HSL224.84º44.39%40.2%-
HSV(B)224.84º61.49%58.04%-
XYZ9.98.7529.18-
YUV80.87165.88110.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 148 (58.20% from 255) = 51.93%
R=20%
G=28.07%
B=51.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57801480.610.4600.42224.8444.3940.2
Hex3950943D2E02Ae12c28
Octal7112022475560523415450
Binary111001101000010010100111101101110010101011100001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395094; }

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

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

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

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

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

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

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

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