Html Css Color HEX #394D8A Tory Blue

📋 copy color: '#394D8A'

red 57 ◦ green 77 ◦ blue 138

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

Shades of Tory Blue #394D8A

Tints of Tory Blue #394D8A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.31%

 BLUE value IS 138 (54.3% from 255) = 50.74%

R = 20.96%
G = 28.31%
B = 50.74%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#394D8A (or 0x394D8A) is known color: Tory Blue. HEX triplet: 39, 4D and 8A. RGB value is (57,77,138). Sum of RGB (Red+Green+Blue) = 57+77+138=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #394D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D8A is #C6B275. Grayscale: #4D4D4D. Windows color (decimal): -13021814 or 9063737. OLE color: 9063737.

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

Color convert

RGB 57 77 138 -
CMYK 0.59 0.44 0 0.46
HSL 225.19º 0.42% 0.38% -
HSV(B) 225.19º 0.59% 0.54% -
XYZ 8.93 8.01 25.12 -
YUV 77.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 57 77 138 0.59 0.44 0 0.46 225.19 0.42 0.38
Hex 39 4D 8A 3B 2C 0 2E E1 2A 26
Octal 71 115 212 73 54 0 56 341 52 46
Binary 111001 1001101 10001010 111011 101100 0 101110 11100001 101010 100110

Color Harmonies of #394D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394D8A

Black with #394D8A

Text Example


Text Example

White with #394D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,77,138); }

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

background-color css

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

 a { background-color: rgb(57,77,138); }

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

border-color css

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

 span { border-color: rgb(57,77,138); }

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