Html Css Color HEX #394D8B Tory Blue

📋 copy color: '#394D8B'

red 57 ◦ green 77 ◦ blue 139

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

Shades of Tory Blue #394D8B

Tints of Tory Blue #394D8B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 20.88%
G = 28.21%
B = 50.92%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#394D8B (or 0x394D8B) is known color: Tory Blue. HEX triplet: 39, 4D and 8B. RGB value is (57,77,139). Sum of RGB (Red+Green+Blue) = 57+77+139=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #394D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D8B is #C6B274. Grayscale: #4D4D4D. Windows color (decimal): -13021813 or 9129273. OLE color: 9129273.

HSL color Cylindrical-coordinate representation of color #394D8B: hue angle of 225.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #394D8B is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 77 139 -
CMYK 0.59 0.45 0 0.45
HSL 225.37º 0.42% 0.38% -
HSV(B) 225.37º 0.59% 0.55% -
XYZ 9 8.04 25.5 -
YUV 78.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 57 77 139 0.59 0.45 0 0.45 225.37 0.42 0.38
Hex 39 4D 8B 3B 2D 0 2D E1 2A 26
Octal 71 115 213 73 55 0 55 341 52 46
Binary 111001 1001101 10001011 111011 101101 0 101101 11100001 101010 100110

Color Harmonies of #394D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D8B

Black with #394D8B

Text Example


Text Example

White with #394D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,77,139); }

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

background-color css

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

 a { background-color: rgb(57,77,139); }

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

border-color css

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

 span { border-color: rgb(57,77,139); }

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