Html Css Color HEX #394893 Tory Blue

📋 copy color: '#394893'

red 57 ◦ green 72 ◦ blue 147

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

Shades of Tory Blue #394893

Tints of Tory Blue #394893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 20.65%
G = 26.09%
B = 53.26%

CMYK

 C value IS 0.61

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394893 (or 0x394893) is known color: Tory Blue. HEX triplet: 39, 48 and 93. RGB value is (57,72,147). Sum of RGB (Red+Green+Blue) = 57+72+147=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #394893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394893 is #C6B76C. Grayscale: #4B4B4B. Windows color (decimal): -13023085 or 9652281. OLE color: 9652281.

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

Color convert

RGB 57 72 147 -
CMYK 0.61 0.51 0 0.42
HSL 230º 0.44% 0.4% -
HSV(B) 230º 0.61% 0.58% -
XYZ 9.27 7.61 28.58 -
YUV 76.07 168.03 114.4 -
System Red Green Blue C M Y K H S L
Decimal 57 72 147 0.61 0.51 0 0.42 230 0.44 0.4
Hex 39 48 93 3D 33 0 2A E6 2C 28
Octal 71 110 223 75 63 0 52 346 54 50
Binary 111001 1001000 10010011 111101 110011 0 101010 11100110 101100 101000

Color Harmonies of #394893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394893

Black with #394893

Text Example


Text Example

White with #394893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394893; }

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

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

background-color css

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

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

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

border-color css

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

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

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