Html Css Color HEX #394C96 Tory Blue

📋 copy color: '#394C96'

red 57 ◦ green 76 ◦ blue 150

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

Shades of Tory Blue #394C96

Tints of Tory Blue #394C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53%

R = 20.14%
G = 26.86%
B = 53%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#394C96 (or 0x394C96) is known color: Tory Blue. HEX triplet: 39, 4C and 96. RGB value is (57,76,150). Sum of RGB (Red+Green+Blue) = 57+76+150=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #394C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C96 is #C6B369. Grayscale: #4E4E4E. Windows color (decimal): -13022058 or 9849913. OLE color: 9849913.

HSL color Cylindrical-coordinate representation of color #394C96: hue angle of 227.74º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394C96 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 76 150 -
CMYK 0.62 0.49 0 0.41
HSL 227.74º 0.45% 0.41% -
HSV(B) 227.74º 0.62% 0.59% -
XYZ 9.78 8.24 29.93 -
YUV 78.76 168.21 112.48 -
System Red Green Blue C M Y K H S L
Decimal 57 76 150 0.62 0.49 0 0.41 227.74 0.45 0.41
Hex 39 4C 96 3E 31 0 29 E4 2D 29
Octal 71 114 226 76 61 0 51 344 55 51
Binary 111001 1001100 10010110 111110 110001 0 101001 11100100 101101 101001

Color Harmonies of #394C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C96

Black with #394C96

Text Example


Text Example

White with #394C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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