Html Css Color HEX #394786 Tory Blue

📋 copy color: '#394786'

red 57 ◦ green 71 ◦ blue 134

#394786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #394786

Tints of Tory Blue #394786

RGB

 RED value IS 57 (22.66% from 255) = 21.76%

 GREEN value IS 71 (28.13% from 255) = 27.1%

 BLUE value IS 134 (52.73% from 255) = 51.15%

R = 21.76%
G = 27.1%
B = 51.15%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394786 (or 0x394786) is known color: Tory Blue. HEX triplet: 39, 47 and 86. RGB value is (57,71,134). Sum of RGB (Red+Green+Blue) = 57+71+134=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #394786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394786 is #C6B879. Grayscale: #494949. Windows color (decimal): -13023354 or 8800057. OLE color: 8800057.

HSL color Cylindrical-coordinate representation of color #394786: hue angle of 229.09º 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 #394786 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 71 134 -
CMYK 0.57 0.47 0 0.47
HSL 229.09º 0.4% 0.37% -
HSV(B) 229.09º 0.57% 0.53% -
XYZ 8.24 7.1 23.49 -
YUV 74 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 57 71 134 0.57 0.47 0 0.47 229.09 0.4 0.37
Hex 39 47 86 39 2F 0 2F E5 28 25
Octal 71 107 206 71 57 0 57 345 50 45
Binary 111001 1000111 10000110 111001 101111 0 101111 11100101 101000 100101

Color Harmonies of #394786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394786

Black with #394786

Text Example


Text Example

White with #394786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394786; }

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

 H1.HeaderClassName
 {
   color: #394786;
 }
 .AnyTagClassName
 {
   color: #394786;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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