Html Css Color HEX #394592 Tory Blue

📋 copy color: '#394592'

red 57 ◦ green 69 ◦ blue 146

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

Shades of Tory Blue #394592

Tints of Tory Blue #394592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.37%

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

R = 20.96%
G = 25.37%
B = 53.68%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394592 (or 0x394592) is known color: Tory Blue. HEX triplet: 39, 45 and 92. RGB value is (57,69,146). Sum of RGB (Red+Green+Blue) = 57+69+146=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #394592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394592 is #C6BA6D. Grayscale: #494949. Windows color (decimal): -13023854 or 9585977. OLE color: 9585977.

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

Color convert

RGB 57 69 146 -
CMYK 0.61 0.53 0 0.43
HSL 231.91º 0.44% 0.4% -
HSV(B) 231.91º 0.61% 0.57% -
XYZ 9 7.2 28.11 -
YUV 74.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 57 69 146 0.61 0.53 0 0.43 231.91 0.44 0.4
Hex 39 45 92 3D 35 0 2B E8 2C 28
Octal 71 105 222 75 65 0 53 350 54 50
Binary 111001 1000101 10010010 111101 110101 0 101011 11101000 101100 101000

Color Harmonies of #394592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394592

Black with #394592

Text Example


Text Example

White with #394592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394592; }

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

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

background-color css

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

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

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

border-color css

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

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

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