Html Css Color HEX #394899 Tory Blue

📋 copy color: '#394899'

red 57 ◦ green 72 ◦ blue 153

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

Shades of Tory Blue #394899

Tints of Tory Blue #394899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

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

R = 20.21%
G = 25.53%
B = 54.26%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#394899 (or 0x394899) is known color: Tory Blue. HEX triplet: 39, 48 and 99. RGB value is (57,72,153). Sum of RGB (Red+Green+Blue) = 57+72+153=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #394899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394899 is #C6B766. Grayscale: #4C4C4C. Windows color (decimal): -13023079 or 10045497. OLE color: 10045497.

HSL color Cylindrical-coordinate representation of color #394899: hue angle of 230.62º 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 #394899 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 72 153 -
CMYK 0.63 0.53 0 0.4
HSL 230.63º 0.46% 0.41% -
HSV(B) 230.63º 0.63% 0.6% -
XYZ 9.75 7.8 31.13 -
YUV 76.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 57 72 153 0.63 0.53 0 0.4 230.63 0.46 0.41
Hex 39 48 99 3F 35 0 28 E7 2E 29
Octal 71 110 231 77 65 0 50 347 56 51
Binary 111001 1001000 10011001 111111 110101 0 101000 11100111 101110 101001

Color Harmonies of #394899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394899

Black with #394899

Text Example


Text Example

White with #394899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394899; }

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

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

background-color css

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

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

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

border-color css

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

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

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