Html Css Color HEX #394884 Tory Blue

📋 copy color: '#394884'

red 57 ◦ green 72 ◦ blue 132

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

Shades of Tory Blue #394884

Tints of Tory Blue #394884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 50.57%

R = 21.84%
G = 27.59%
B = 50.57%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#394884 (or 0x394884) is known color: Tory Blue. HEX triplet: 39, 48 and 84. RGB value is (57,72,132). Sum of RGB (Red+Green+Blue) = 57+72+132=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #394884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394884 is #C6B77B. Grayscale: #4A4A4A. Windows color (decimal): -13023100 or 8669241. OLE color: 8669241.

HSL color Cylindrical-coordinate representation of color #394884: hue angle of 228º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394884 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 72 132 -
CMYK 0.57 0.45 0 0.48
HSL 228º 0.4% 0.37% -
HSV(B) 228º 0.57% 0.52% -
XYZ 8.17 7.17 22.78 -
YUV 74.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 57 72 132 0.57 0.45 0 0.48 228 0.4 0.37
Hex 39 48 84 39 2D 0 30 E4 28 25
Octal 71 110 204 71 55 0 60 344 50 45
Binary 111001 1001000 10000100 111001 101101 0 110000 11100100 101000 100101

Color Harmonies of #394884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394884

Black with #394884

Text Example


Text Example

White with #394884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394884; }

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

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

background-color css

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

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

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

border-color css

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

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

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