Html Css Color HEX #394892 Tory Blue

📋 copy color: '#394892'

red 57 ◦ green 72 ◦ blue 146

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

Shades of Tory Blue #394892

Tints of Tory Blue #394892

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

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

R = 20.73%
G = 26.18%
B = 53.09%

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

#394892 (or 0x394892) is known color: Tory Blue. HEX triplet: 39, 48 and 92. RGB value is (57,72,146). Sum of RGB (Red+Green+Blue) = 57+72+146=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #394892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394892 is #C6B76D. Grayscale: #4B4B4B. Windows color (decimal): -13023086 or 9586745. OLE color: 9586745.

HSL color Cylindrical-coordinate representation of color #394892: hue angle of 229.89º 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 #394892 is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 72 146 -
CMYK 0.61 0.51 0 0.43
HSL 229.89º 0.44% 0.4% -
HSV(B) 229.89º 0.61% 0.57% -
XYZ 9.19 7.58 28.17 -
YUV 75.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 57 72 146 0.61 0.51 0 0.43 229.89 0.44 0.4
Hex 39 48 92 3D 33 0 2B E6 2C 28
Octal 71 110 222 75 63 0 53 346 54 50
Binary 111001 1001000 10010010 111101 110011 0 101011 11100110 101100 101000

Color Harmonies of #394892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394892

Black with #394892

Text Example


Text Example

White with #394892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394892; }

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

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

background-color css

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

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

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

border-color css

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

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

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