Html Css Color HEX #394C84 Tory Blue

📋 copy color: '#394C84'

red 57 ◦ green 76 ◦ blue 132

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

Shades of Tory Blue #394C84

Tints of Tory Blue #394C84

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.68%

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

R = 21.51%
G = 28.68%
B = 49.81%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#394C84 (or 0x394C84) is known color: Tory Blue. HEX triplet: 39, 4C and 84. RGB value is (57,76,132). Sum of RGB (Red+Green+Blue) = 57+76+132=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 132 (51.95% from 255 or 49.81% from 265); Max value from RGB is 132 - color contains mainly: blue. Hex color #394C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C84 is #C6B37B. Grayscale: #4C4C4C. Windows color (decimal): -13022076 or 8670265. OLE color: 8670265.

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

Color convert

RGB 57 76 132 -
CMYK 0.57 0.42 0 0.48
HSL 224.8º 0.4% 0.37% -
HSV(B) 224.8º 0.57% 0.52% -
XYZ 8.44 7.7 22.87 -
YUV 76.7 159.21 113.95 -
System Red Green Blue C M Y K H S L
Decimal 57 76 132 0.57 0.42 0 0.48 224.8 0.4 0.37
Hex 39 4C 84 39 2A 0 30 E1 28 25
Octal 71 114 204 71 52 0 60 341 50 45
Binary 111001 1001100 10000100 111001 101010 0 110000 11100001 101000 100101

Color Harmonies of #394C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C84

Black with #394C84

Text Example


Text Example

White with #394C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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