Html Css Color HEX #394B7D Tory Blue

📋 copy color: '#394B7D'

red 57 ◦ green 75 ◦ blue 125

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

Shades of Tory Blue #394B7D

Tints of Tory Blue #394B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

 BLUE value IS 125 (49.22% from 255) = 48.64%

R = 22.18%
G = 29.18%
B = 48.64%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#394B7D (or 0x394B7D) is known color: Tory Blue. HEX triplet: 39, 4B and 7D. RGB value is (57,75,125). Sum of RGB (Red+Green+Blue) = 57+75+125=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #394B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394B7D is #C6B482. Grayscale: #4B4B4B. Windows color (decimal): -13022339 or 8211257. OLE color: 8211257.

HSL color Cylindrical-coordinate representation of color #394B7D: hue angle of 224.12º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #394B7D is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 75 125 -
CMYK 0.54 0.40 0 0.51
HSL 224.12º 0.37% 0.36% -
HSV(B) 224.12º 0.54% 0.49% -
XYZ 7.91 7.38 20.41 -
YUV 75.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 57 75 125 0.54 0.40 0 0.51 224.12 0.37 0.36
Hex 39 4B 7D 36 28 0 33 E0 25 24
Octal 71 113 175 66 50 0 63 340 45 44
Binary 111001 1001011 1111101 110110 101000 0 110011 11100000 100101 100100

Color Harmonies of #394B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B7D

Black with #394B7D

Text Example


Text Example

White with #394B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,75,125); }

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

background-color css

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

 a { background-color: rgb(57,75,125); }

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

border-color css

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

 span { border-color: rgb(57,75,125); }

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