Html Css Color HEX #394C95 Tory Blue

📋 copy color: '#394C95'

red 57 ◦ green 76 ◦ blue 149

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

Shades of Tory Blue #394C95

Tints of Tory Blue #394C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 20.21%
G = 26.95%
B = 52.84%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394C95 (or 0x394C95) is known color: Tory Blue. HEX triplet: 39, 4C and 95. RGB value is (57,76,149). Sum of RGB (Red+Green+Blue) = 57+76+149=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #394C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C95 is #C6B36A. Grayscale: #4E4E4E. Windows color (decimal): -13022059 or 9784377. OLE color: 9784377.

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

Color convert

RGB 57 76 149 -
CMYK 0.62 0.49 0 0.42
HSL 227.61º 0.45% 0.4% -
HSV(B) 227.61º 0.62% 0.58% -
XYZ 9.7 8.21 29.51 -
YUV 78.64 167.71 112.56 -
System Red Green Blue C M Y K H S L
Decimal 57 76 149 0.62 0.49 0 0.42 227.61 0.45 0.4
Hex 39 4C 95 3E 31 0 2A E4 2D 28
Octal 71 114 225 76 61 0 52 344 55 50
Binary 111001 1001100 10010101 111110 110001 0 101010 11100100 101101 101000

Color Harmonies of #394C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C95

Black with #394C95

Text Example


Text Example

White with #394C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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