Html Css Color HEX #394C93 Tory Blue

📋 copy color: '#394C93'

red 57 ◦ green 76 ◦ blue 147

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

Shades of Tory Blue #394C93

Tints of Tory Blue #394C93

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

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

R = 20.36%
G = 27.14%
B = 52.5%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394C93 (or 0x394C93) is known color: Tory Blue. HEX triplet: 39, 4C and 93. RGB value is (57,76,147). Sum of RGB (Red+Green+Blue) = 57+76+147=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #394C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C93 is #C6B36C. Grayscale: #4E4E4E. Windows color (decimal): -13022061 or 9653305. OLE color: 9653305.

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

Color convert

RGB 57 76 147 -
CMYK 0.61 0.48 0 0.42
HSL 227.33º 0.44% 0.4% -
HSV(B) 227.33º 0.61% 0.58% -
XYZ 9.54 8.15 28.67 -
YUV 78.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 57 76 147 0.61 0.48 0 0.42 227.33 0.44 0.4
Hex 39 4C 93 3D 30 0 2A E3 2C 28
Octal 71 114 223 75 60 0 52 343 54 50
Binary 111001 1001100 10010011 111101 110000 0 101010 11100011 101100 101000

Color Harmonies of #394C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C93

Black with #394C93

Text Example


Text Example

White with #394C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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