Html Css Color HEX #394883 Tory Blue

📋 copy color: '#394883'

red 57 ◦ green 72 ◦ blue 131

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

Shades of Tory Blue #394883

Tints of Tory Blue #394883

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

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

R = 21.92%
G = 27.69%
B = 50.38%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#394883 (or 0x394883) is known color: Tory Blue. HEX triplet: 39, 48 and 83. RGB value is (57,72,131). Sum of RGB (Red+Green+Blue) = 57+72+131=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #394883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394883 is #C6B77C. Grayscale: #494949. Windows color (decimal): -13023101 or 8603705. OLE color: 8603705.

HSL color Cylindrical-coordinate representation of color #394883: hue angle of 227.84º 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 #394883 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 72 131 -
CMYK 0.56 0.45 0 0.49
HSL 227.84º 0.39% 0.37% -
HSV(B) 227.84º 0.56% 0.51% -
XYZ 8.1 7.14 22.42 -
YUV 74.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 57 72 131 0.56 0.45 0 0.49 227.84 0.39 0.37
Hex 39 48 83 38 2D 0 31 E4 27 25
Octal 71 110 203 70 55 0 61 344 47 45
Binary 111001 1001000 10000011 111000 101101 0 110001 11100100 100111 100101

Color Harmonies of #394883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394883

Black with #394883

Text Example


Text Example

White with #394883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394883; }

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

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

background-color css

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

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

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

border-color css

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

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

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