#394F95

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

Shades of Tory Blue #394F95

Tints of Tory Blue #394F95

Color information

#394F95 (or 0x394F95) is unknown color: approx Tory Blue. HEX triplet: 39, 4F and 95. RGB value is (57,79,149). Sum of RGB (Red+Green+Blue) = 57+79+149=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #394F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394F95 is #C6B06A. Grayscale: #505050. Windows color (decimal): -13021291 or 9785145. OLE color: 9785145.

HSL color Cylindrical-coordinate representation of color #394F95: hue angle of 225.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394F95 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5779149-
CMYK0.620.4700.42
HSL225.65º44.66%40.39%-
HSV(B)225.65º61.74%58.43%-
XYZ9.918.6329.58-
YUV80.4166.71111.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=20%
G=27.72%
B=52.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal57791490.620.4700.42225.6544.6640.39
Hex394F953E2F02Ae22d28
Octal7111722576570523425550
Binary111001100111110010101111110101111010101011100010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394F95; }

 p { color: rgb(57,79,149); }

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

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

 a { background-color: rgb(57,79,149); }

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

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

 span { border-color: rgb(57,79,149); }

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