Html Css Color HEX #394392 Tory Blue

📋 copy color: '#394392'

red 57 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #394392

Tints of Tory Blue #394392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 146 (57.42% from 255) = 54.07%

R = 21.11%
G = 24.81%
B = 54.07%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394392 (or 0x394392) is known color: Tory Blue. HEX triplet: 39, 43 and 92. RGB value is (57,67,146). Sum of RGB (Red+Green+Blue) = 57+67+146=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #394392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394392 is #C6BC6D. Grayscale: #484848. Windows color (decimal): -13024366 or 9585465. OLE color: 9585465.

HSL color Cylindrical-coordinate representation of color #394392: hue angle of 233.26º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394392 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 67 146 -
CMYK 0.61 0.54 0 0.43
HSL 233.26º 0.44% 0.4% -
HSV(B) 233.26º 0.61% 0.57% -
XYZ 8.88 6.96 28.07 -
YUV 73.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 57 67 146 0.61 0.54 0 0.43 233.26 0.44 0.4
Hex 39 43 92 3D 36 0 2B E9 2C 28
Octal 71 103 222 75 66 0 53 351 54 50
Binary 111001 1000011 10010010 111101 110110 0 101011 11101001 101100 101000

Color Harmonies of #394392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394392

Black with #394392

Text Example


Text Example

White with #394392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394392; }

 p { color: rgb(57,67,146); }

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

background-color css

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

 a { background-color: rgb(57,67,146); }

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

border-color css

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

 span { border-color: rgb(57,67,146); }

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