Html Css Color HEX #394689 Tory Blue

📋 copy color: '#394689'

red 57 ◦ green 70 ◦ blue 137

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

Shades of Tory Blue #394689

Tints of Tory Blue #394689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

 BLUE value IS 137 (53.91% from 255) = 51.89%

R = 21.59%
G = 26.52%
B = 51.89%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#394689 (or 0x394689) is known color: Tory Blue. HEX triplet: 39, 46 and 89. RGB value is (57,70,137). Sum of RGB (Red+Green+Blue) = 57+70+137=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #394689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394689 is #C6B976. Grayscale: #494949. Windows color (decimal): -13023607 or 8996409. OLE color: 8996409.

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

Color convert

RGB 57 70 137 -
CMYK 0.58 0.49 0 0.46
HSL 230.25º 0.41% 0.38% -
HSV(B) 230.25º 0.58% 0.54% -
XYZ 8.39 7.06 24.59 -
YUV 73.75 163.69 116.05 -
System Red Green Blue C M Y K H S L
Decimal 57 70 137 0.58 0.49 0 0.46 230.25 0.41 0.38
Hex 39 46 89 3A 31 0 2E E6 29 26
Octal 71 106 211 72 61 0 56 346 51 46
Binary 111001 1000110 10001001 111010 110001 0 101110 11100110 101001 100110

Color Harmonies of #394689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394689

Black with #394689

Text Example


Text Example

White with #394689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394689; }

 p { color: rgb(57,70,137); }

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

background-color css

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

 a { background-color: rgb(57,70,137); }

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

border-color css

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

 span { border-color: rgb(57,70,137); }

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