Html Css Color HEX #394788 Tory Blue

📋 copy color: '#394788'

red 57 ◦ green 71 ◦ blue 136

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

Shades of Tory Blue #394788

Tints of Tory Blue #394788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 51.52%

R = 21.59%
G = 26.89%
B = 51.52%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394788 (or 0x394788) is known color: Tory Blue. HEX triplet: 39, 47 and 88. RGB value is (57,71,136). Sum of RGB (Red+Green+Blue) = 57+71+136=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #394788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394788 is #C6B877. Grayscale: #494949. Windows color (decimal): -13023352 or 8931129. OLE color: 8931129.

HSL color Cylindrical-coordinate representation of color #394788: hue angle of 229.37º 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 #394788 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 71 136 -
CMYK 0.58 0.48 0 0.47
HSL 229.37º 0.41% 0.38% -
HSV(B) 229.37º 0.58% 0.53% -
XYZ 8.38 7.15 24.23 -
YUV 74.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 57 71 136 0.58 0.48 0 0.47 229.37 0.41 0.38
Hex 39 47 88 3A 30 0 2F E5 29 26
Octal 71 107 210 72 60 0 57 345 51 46
Binary 111001 1000111 10001000 111010 110000 0 101111 11100101 101001 100110

Color Harmonies of #394788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394788

Black with #394788

Text Example


Text Example

White with #394788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394788; }

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

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

background-color css

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

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

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

border-color css

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

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

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