Html Css Color HEX #394999 Tory Blue

📋 copy color: '#394999'

red 57 ◦ green 73 ◦ blue 153

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

Shades of Tory Blue #394999

Tints of Tory Blue #394999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.8%

 BLUE value IS 153 (60.16% from 255) = 54.06%

R = 20.14%
G = 25.8%
B = 54.06%

CMYK

 C value IS 0.63

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#394999 (or 0x394999) is known color: Tory Blue. HEX triplet: 39, 49 and 99. RGB value is (57,73,153). Sum of RGB (Red+Green+Blue) = 57+73+153=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #394999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394999 is #C6B666. Grayscale: #4D4D4D. Windows color (decimal): -13022823 or 10045753. OLE color: 10045753.

HSL color Cylindrical-coordinate representation of color #394999: hue angle of 230º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394999 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 73 153 -
CMYK 0.63 0.52 0 0.4
HSL 230º 0.46% 0.41% -
HSV(B) 230º 0.63% 0.6% -
XYZ 9.82 7.93 31.15 -
YUV 77.34 170.7 113.5 -
System Red Green Blue C M Y K H S L
Decimal 57 73 153 0.63 0.52 0 0.4 230 0.46 0.41
Hex 39 49 99 3F 34 0 28 E6 2E 29
Octal 71 111 231 77 64 0 50 346 56 51
Binary 111001 1001001 10011001 111111 110100 0 101000 11100110 101110 101001

Color Harmonies of #394999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394999

Black with #394999

Text Example


Text Example

White with #394999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394999; }

 p { color: rgb(57,73,153); }

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

background-color css

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

 a { background-color: rgb(57,73,153); }

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

border-color css

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

 span { border-color: rgb(57,73,153); }

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