Html Css Color HEX #394E99 Tory Blue

📋 copy color: '#394E99'

red 57 ◦ green 78 ◦ blue 153

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

Shades of Tory Blue #394E99

Tints of Tory Blue #394E99

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.08%

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

R = 19.79%
G = 27.08%
B = 53.13%

CMYK

 C value IS 0.63

 M value IS 0.49

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#394E99 (or 0x394E99) is known color: Tory Blue. HEX triplet: 39, 4E and 99. RGB value is (57,78,153). Sum of RGB (Red+Green+Blue) = 57+78+153=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #394E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394E99 is #C6B166. Grayscale: #4F4F4F. Windows color (decimal): -13021543 or 10047033. OLE color: 10047033.

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

Color convert

RGB 57 78 153 -
CMYK 0.63 0.49 0 0.4
HSL 226.88º 0.46% 0.41% -
HSV(B) 226.88º 0.63% 0.6% -
XYZ 10.16 8.62 31.26 -
YUV 80.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 57 78 153 0.63 0.49 0 0.4 226.88 0.46 0.41
Hex 39 4E 99 3F 31 0 28 E3 2E 29
Octal 71 116 231 77 61 0 50 343 56 51
Binary 111001 1001110 10011001 111111 110001 0 101000 11100011 101110 101001

Color Harmonies of #394E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394E99

Black with #394E99

Text Example


Text Example

White with #394E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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