Html Css Color HEX #394A9E Tory Blue

📋 copy color: '#394A9E'

red 57 ◦ green 74 ◦ blue 158

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

Shades of Tory Blue #394A9E

Tints of Tory Blue #394A9E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 158 (62.11% from 255) = 54.67%

R = 19.72%
G = 25.61%
B = 54.67%

CMYK

 C value IS 0.64

 M value IS 0.53

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#394A9E (or 0x394A9E) is known color: Tory Blue. HEX triplet: 39, 4A and 9E. RGB value is (57,74,158). Sum of RGB (Red+Green+Blue) = 57+74+158=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #394A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A9E is #C6B561. Grayscale: #4E4E4E. Windows color (decimal): -13022562 or 10373689. OLE color: 10373689.

HSL color Cylindrical-coordinate representation of color #394A9E: hue angle of 229.9º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #394A9E is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 74 158 -
CMYK 0.64 0.53 0 0.38
HSL 229.9º 0.47% 0.42% -
HSV(B) 229.9º 0.64% 0.62% -
XYZ 10.31 8.24 33.39 -
YUV 78.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 57 74 158 0.64 0.53 0 0.38 229.9 0.47 0.42
Hex 39 4A 9E 40 35 0 26 E6 2F 2A
Octal 71 112 236 100 65 0 46 346 57 52
Binary 111001 1001010 10011110 1000000 110101 0 100110 11100110 101111 101010

Color Harmonies of #394A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A9E

Black with #394A9E

Text Example


Text Example

White with #394A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,74,158); }

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

background-color css

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

 a { background-color: rgb(57,74,158); }

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

border-color css

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

 span { border-color: rgb(57,74,158); }

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