Html Css Color HEX #394D95 Tory Blue

📋 copy color: '#394D95'

red 57 ◦ green 77 ◦ blue 149

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

Shades of Tory Blue #394D95

Tints of Tory Blue #394D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 20.14%
G = 27.21%
B = 52.65%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394D95 (or 0x394D95) is known color: Tory Blue. HEX triplet: 39, 4D and 95. RGB value is (57,77,149). Sum of RGB (Red+Green+Blue) = 57+77+149=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #394D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D95 is #C6B26A. Grayscale: #4E4E4E. Windows color (decimal): -13021803 or 9784633. OLE color: 9784633.

HSL color Cylindrical-coordinate representation of color #394D95: hue angle of 226.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394D95 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 77 149 -
CMYK 0.62 0.48 0 0.42
HSL 226.96º 0.45% 0.4% -
HSV(B) 226.96º 0.62% 0.58% -
XYZ 9.77 8.35 29.53 -
YUV 79.23 167.37 112.15 -
System Red Green Blue C M Y K H S L
Decimal 57 77 149 0.62 0.48 0 0.42 226.96 0.45 0.4
Hex 39 4D 95 3E 30 0 2A E3 2D 28
Octal 71 115 225 76 60 0 52 343 55 50
Binary 111001 1001101 10010101 111110 110000 0 101010 11100011 101101 101000

Color Harmonies of #394D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D95

Black with #394D95

Text Example


Text Example

White with #394D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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