Html Css Color HEX #394792 Tory Blue

📋 copy color: '#394792'

red 57 ◦ green 71 ◦ blue 146

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

Shades of Tory Blue #394792

Tints of Tory Blue #394792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.91%

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 20.8%
G = 25.91%
B = 53.28%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394792 (or 0x394792) is known color: Tory Blue. HEX triplet: 39, 47 and 92. RGB value is (57,71,146). Sum of RGB (Red+Green+Blue) = 57+71+146=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #394792 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394792 is #C6B86D. Grayscale: #4B4B4B. Windows color (decimal): -13023342 or 9586489. OLE color: 9586489.

HSL color Cylindrical-coordinate representation of color #394792: hue angle of 230.56º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394792 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 71 146 -
CMYK 0.61 0.51 0 0.43
HSL 230.56º 0.44% 0.4% -
HSV(B) 230.56º 0.61% 0.57% -
XYZ 9.13 7.45 28.15 -
YUV 75.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 57 71 146 0.61 0.51 0 0.43 230.56 0.44 0.4
Hex 39 47 92 3D 33 0 2B E7 2C 28
Octal 71 107 222 75 63 0 53 347 54 50
Binary 111001 1000111 10010010 111101 110011 0 101011 11100111 101100 101000

Color Harmonies of #394792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394792

Black with #394792

Text Example


Text Example

White with #394792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394792; }

 p { color: rgb(57,71,146); }

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

background-color css

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

 a { background-color: rgb(57,71,146); }

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

border-color css

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

 span { border-color: rgb(57,71,146); }

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