Html Css Color HEX #394787 Tory Blue

📋 copy color: '#394787'

red 57 ◦ green 71 ◦ blue 135

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

Shades of Tory Blue #394787

Tints of Tory Blue #394787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 21.67%
G = 27%
B = 51.33%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394787 (or 0x394787) is known color: Tory Blue. HEX triplet: 39, 47 and 87. RGB value is (57,71,135). Sum of RGB (Red+Green+Blue) = 57+71+135=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #394787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394787 is #C6B878. Grayscale: #494949. Windows color (decimal): -13023353 or 8865593. OLE color: 8865593.

HSL color Cylindrical-coordinate representation of color #394787: hue angle of 229.23º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #394787 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 71 135 -
CMYK 0.58 0.47 0 0.47
HSL 229.23º 0.41% 0.38% -
HSV(B) 229.23º 0.58% 0.53% -
XYZ 8.31 7.13 23.86 -
YUV 74.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 57 71 135 0.58 0.47 0 0.47 229.23 0.41 0.38
Hex 39 47 87 3A 2F 0 2F E5 29 26
Octal 71 107 207 72 57 0 57 345 51 46
Binary 111001 1000111 10000111 111010 101111 0 101111 11100101 101001 100110

Color Harmonies of #394787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394787

Black with #394787

Text Example


Text Example

White with #394787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394787; }

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

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

background-color css

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

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

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

border-color css

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

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

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