Html Css Color HEX #394A8B Tory Blue

📋 copy color: '#394A8B'

red 57 ◦ green 74 ◦ blue 139

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

Shades of Tory Blue #394A8B

Tints of Tory Blue #394A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 51.48%

R = 21.11%
G = 27.41%
B = 51.48%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#394A8B (or 0x394A8B) is known color: Tory Blue. HEX triplet: 39, 4A and 8B. RGB value is (57,74,139). Sum of RGB (Red+Green+Blue) = 57+74+139=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #394A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A8B is #C6B574. Grayscale: #4C4C4C. Windows color (decimal): -13022581 or 9128505. OLE color: 9128505.

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

Color convert

RGB 57 74 139 -
CMYK 0.59 0.47 0 0.45
HSL 227.56º 0.42% 0.38% -
HSV(B) 227.56º 0.59% 0.55% -
XYZ 8.8 7.63 25.44 -
YUV 76.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 57 74 139 0.59 0.47 0 0.45 227.56 0.42 0.38
Hex 39 4A 8B 3B 2F 0 2D E4 2A 26
Octal 71 112 213 73 57 0 55 344 52 46
Binary 111001 1001010 10001011 111011 101111 0 101101 11100100 101010 100110

Color Harmonies of #394A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394A8B

Black with #394A8B

Text Example


Text Example

White with #394A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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