Html Css Color HEX #394594 Tory Blue

📋 copy color: '#394594'

red 57 ◦ green 69 ◦ blue 148

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

Shades of Tory Blue #394594

Tints of Tory Blue #394594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 20.8%
G = 25.18%
B = 54.01%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394594 (or 0x394594) is known color: Tory Blue. HEX triplet: 39, 45 and 94. RGB value is (57,69,148). Sum of RGB (Red+Green+Blue) = 57+69+148=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #394594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394594 is #C6BA6B. Grayscale: #4A4A4A. Windows color (decimal): -13023852 or 9717049. OLE color: 9717049.

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

Color convert

RGB 57 69 148 -
CMYK 0.61 0.53 0 0.42
HSL 232.09º 0.44% 0.4% -
HSV(B) 232.09º 0.61% 0.58% -
XYZ 9.16 7.26 28.94 -
YUV 74.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 57 69 148 0.61 0.53 0 0.42 232.09 0.44 0.4
Hex 39 45 94 3D 35 0 2A E8 2C 28
Octal 71 105 224 75 65 0 52 350 54 50
Binary 111001 1000101 10010100 111101 110101 0 101010 11101000 101100 101000

Color Harmonies of #394594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394594

Black with #394594

Text Example


Text Example

White with #394594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394594; }

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

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

background-color css

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

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

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

border-color css

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

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

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