Html Css Color HEX #394784 Tory Blue

📋 copy color: '#394784'

red 57 ◦ green 71 ◦ blue 132

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

Shades of Tory Blue #394784

Tints of Tory Blue #394784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.77%

R = 21.92%
G = 27.31%
B = 50.77%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#394784 (or 0x394784) is known color: Tory Blue. HEX triplet: 39, 47 and 84. RGB value is (57,71,132). Sum of RGB (Red+Green+Blue) = 57+71+132=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #394784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394784 is #C6B87B. Grayscale: #494949. Windows color (decimal): -13023356 or 8668985. OLE color: 8668985.

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

Color convert

RGB 57 71 132 -
CMYK 0.57 0.46 0 0.48
HSL 228.8º 0.4% 0.37% -
HSV(B) 228.8º 0.57% 0.52% -
XYZ 8.11 7.04 22.76 -
YUV 73.77 160.86 116.04 -
System Red Green Blue C M Y K H S L
Decimal 57 71 132 0.57 0.46 0 0.48 228.8 0.4 0.37
Hex 39 47 84 39 2E 0 30 E5 28 25
Octal 71 107 204 71 56 0 60 345 50 45
Binary 111001 1000111 10000100 111001 101110 0 110000 11100101 101000 100101

Color Harmonies of #394784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394784

Black with #394784

Text Example


Text Example

White with #394784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394784; }

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

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

background-color css

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

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

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

border-color css

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

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

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