Html Css Color HEX #394785 Tory Blue

📋 copy color: '#394785'

red 57 ◦ green 71 ◦ blue 133

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

Shades of Tory Blue #394785

Tints of Tory Blue #394785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.96%

R = 21.84%
G = 27.2%
B = 50.96%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#394785 (or 0x394785) is known color: Tory Blue. HEX triplet: 39, 47 and 85. RGB value is (57,71,133). Sum of RGB (Red+Green+Blue) = 57+71+133=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #394785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394785 is #C6B87A. Grayscale: #494949. Windows color (decimal): -13023355 or 8734521. OLE color: 8734521.

HSL color Cylindrical-coordinate representation of color #394785: hue angle of 228.95º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394785 is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 71 133 -
CMYK 0.57 0.47 0 0.48
HSL 228.95º 0.4% 0.37% -
HSV(B) 228.95º 0.57% 0.52% -
XYZ 8.17 7.07 23.12 -
YUV 73.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 57 71 133 0.57 0.47 0 0.48 228.95 0.4 0.37
Hex 39 47 85 39 2F 0 30 E5 28 25
Octal 71 107 205 71 57 0 60 345 50 45
Binary 111001 1000111 10000101 111001 101111 0 110000 11100101 101000 100101

Color Harmonies of #394785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394785

Black with #394785

Text Example


Text Example

White with #394785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394785; }

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

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

background-color css

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

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

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

border-color css

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

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

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