Html Css Color HEX #394783 Tory Blue

📋 copy color: '#394783'

red 57 ◦ green 71 ◦ blue 131

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

Shades of Tory Blue #394783

Tints of Tory Blue #394783

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 131 (51.56% from 255) = 50.58%

R = 22.01%
G = 27.41%
B = 50.58%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#394783 (or 0x394783) is known color: Tory Blue. HEX triplet: 39, 47 and 83. RGB value is (57,71,131). Sum of RGB (Red+Green+Blue) = 57+71+131=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #394783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394783 is #C6B87C. Grayscale: #494949. Windows color (decimal): -13023357 or 8603449. OLE color: 8603449.

HSL color Cylindrical-coordinate representation of color #394783: hue angle of 228.65º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #394783 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 71 131 -
CMYK 0.56 0.46 0 0.49
HSL 228.65º 0.39% 0.37% -
HSV(B) 228.65º 0.56% 0.51% -
XYZ 8.04 7.02 22.4 -
YUV 73.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 57 71 131 0.56 0.46 0 0.49 228.65 0.39 0.37
Hex 39 47 83 38 2E 0 31 E5 27 25
Octal 71 107 203 70 56 0 61 345 47 45
Binary 111001 1000111 10000011 111000 101110 0 110001 11100101 100111 100101

Color Harmonies of #394783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394783

Black with #394783

Text Example


Text Example

White with #394783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394783; }

 p { color: rgb(57,71,131); }

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

background-color css

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

 a { background-color: rgb(57,71,131); }

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

border-color css

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

 span { border-color: rgb(57,71,131); }

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