Html Css Color HEX #394489 Tory Blue

📋 copy color: '#394489'

red 57 ◦ green 68 ◦ blue 137

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

Shades of Tory Blue #394489

Tints of Tory Blue #394489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

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

R = 21.76%
G = 25.95%
B = 52.29%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#394489 (or 0x394489) is known color: Tory Blue. HEX triplet: 39, 44 and 89. RGB value is (57,68,137). Sum of RGB (Red+Green+Blue) = 57+68+137=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #394489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394489 is #C6BB76. Grayscale: #484848. Windows color (decimal): -13024119 or 8995897. OLE color: 8995897.

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

Color convert

RGB 57 68 137 -
CMYK 0.58 0.50 0 0.46
HSL 231.75º 0.41% 0.38% -
HSV(B) 231.75º 0.58% 0.54% -
XYZ 8.27 6.81 24.55 -
YUV 72.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 57 68 137 0.58 0.50 0 0.46 231.75 0.41 0.38
Hex 39 44 89 3A 32 0 2E E8 29 26
Octal 71 104 211 72 62 0 56 350 51 46
Binary 111001 1000100 10001001 111010 110010 0 101110 11101000 101001 100110

Color Harmonies of #394489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394489

Black with #394489

Text Example


Text Example

White with #394489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394489; }

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

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

background-color css

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

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

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

border-color css

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

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

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