Html Css Color HEX #394686 Tory Blue

📋 copy color: '#394686'

red 57 ◦ green 70 ◦ blue 134

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

Shades of Tory Blue #394686

Tints of Tory Blue #394686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 21.84%
G = 26.82%
B = 51.34%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394686 (or 0x394686) is known color: Tory Blue. HEX triplet: 39, 46 and 86. RGB value is (57,70,134). Sum of RGB (Red+Green+Blue) = 57+70+134=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #394686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394686 is #C6B979. Grayscale: #494949. Windows color (decimal): -13023610 or 8799801. OLE color: 8799801.

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

Color convert

RGB 57 70 134 -
CMYK 0.57 0.48 0 0.47
HSL 229.87º 0.4% 0.37% -
HSV(B) 229.87º 0.57% 0.53% -
XYZ 8.18 6.97 23.47 -
YUV 73.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 57 70 134 0.57 0.48 0 0.47 229.87 0.4 0.37
Hex 39 46 86 39 30 0 2F E6 28 25
Octal 71 106 206 71 60 0 57 346 50 45
Binary 111001 1000110 10000110 111001 110000 0 101111 11100110 101000 100101

Color Harmonies of #394686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394686

Black with #394686

Text Example


Text Example

White with #394686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394686; }

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

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

background-color css

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

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

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

border-color css

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

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

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