Html Css Color HEX #394B80 Tory Blue

📋 copy color: '#394B80'

red 57 ◦ green 75 ◦ blue 128

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

Shades of Tory Blue #394B80

Tints of Tory Blue #394B80

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.85%

 BLUE value IS 128 (50.39% from 255) = 49.23%

R = 21.92%
G = 28.85%
B = 49.23%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#394B80 (or 0x394B80) is known color: Tory Blue. HEX triplet: 39, 4B and 80. RGB value is (57,75,128). Sum of RGB (Red+Green+Blue) = 57+75+128=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #394B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394B80 is #C6B47F. Grayscale: #4B4B4B. Windows color (decimal): -13022336 or 8407865. OLE color: 8407865.

HSL color Cylindrical-coordinate representation of color #394B80: hue angle of 224.79º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #394B80 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 75 128 -
CMYK 0.55 0.41 0 0.50
HSL 224.79º 0.38% 0.36% -
HSV(B) 224.79º 0.55% 0.5% -
XYZ 8.1 7.46 21.44 -
YUV 75.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 57 75 128 0.55 0.41 0 0.50 224.79 0.38 0.36
Hex 39 4B 80 37 29 0 32 E1 26 24
Octal 71 113 200 67 51 0 62 341 46 44
Binary 111001 1001011 10000000 110111 101001 0 110010 11100001 100110 100100

Color Harmonies of #394B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B80

Black with #394B80

Text Example


Text Example

White with #394B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,75,128); }

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

background-color css

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

 a { background-color: rgb(57,75,128); }

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

border-color css

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

 span { border-color: rgb(57,75,128); }

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