Html Css Color HEX #394987 Tory Blue

📋 copy color: '#394987'

red 57 ◦ green 73 ◦ blue 135

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

Shades of Tory Blue #394987

Tints of Tory Blue #394987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.55%

 BLUE value IS 135 (53.13% from 255) = 50.94%

R = 21.51%
G = 27.55%
B = 50.94%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394987 (or 0x394987) is known color: Tory Blue. HEX triplet: 39, 49 and 87. RGB value is (57,73,135). Sum of RGB (Red+Green+Blue) = 57+73+135=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #394987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394987 is #C6B678. Grayscale: #4B4B4B. Windows color (decimal): -13022841 or 8866105. OLE color: 8866105.

HSL color Cylindrical-coordinate representation of color #394987: hue angle of 227.69º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #394987 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 73 135 -
CMYK 0.58 0.46 0 0.47
HSL 227.69º 0.41% 0.38% -
HSV(B) 227.69º 0.58% 0.53% -
XYZ 8.44 7.38 23.9 -
YUV 75.28 161.7 114.96 -
System Red Green Blue C M Y K H S L
Decimal 57 73 135 0.58 0.46 0 0.47 227.69 0.41 0.38
Hex 39 49 87 3A 2E 0 2F E4 29 26
Octal 71 111 207 72 56 0 57 344 51 46
Binary 111001 1001001 10000111 111010 101110 0 101111 11100100 101001 100110

Color Harmonies of #394987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394987

Black with #394987

Text Example


Text Example

White with #394987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394987; }

 p { color: rgb(57,73,135); }

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

background-color css

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

 a { background-color: rgb(57,73,135); }

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

border-color css

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

 span { border-color: rgb(57,73,135); }

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