Html Css Color HEX #394696 Tory Blue

📋 copy color: '#394696'

red 57 ◦ green 70 ◦ blue 150

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

Shades of Tory Blue #394696

Tints of Tory Blue #394696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.15%

R = 20.58%
G = 25.27%
B = 54.15%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#394696 (or 0x394696) is known color: Tory Blue. HEX triplet: 39, 46 and 96. RGB value is (57,70,150). Sum of RGB (Red+Green+Blue) = 57+70+150=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 150 (58.98% from 255 or 54.15% from 277); Max value from RGB is 150 - color contains mainly: blue. Hex color #394696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394696 is #C6B969. Grayscale: #4A4A4A. Windows color (decimal): -13023594 or 9848377. OLE color: 9848377.

HSL color Cylindrical-coordinate representation of color #394696: hue angle of 231.61º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394696 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 70 150 -
CMYK 0.62 0.53 0 0.41
HSL 231.61º 0.45% 0.41% -
HSV(B) 231.61º 0.62% 0.59% -
XYZ 9.38 7.45 29.8 -
YUV 75.23 170.19 115 -
System Red Green Blue C M Y K H S L
Decimal 57 70 150 0.62 0.53 0 0.41 231.61 0.45 0.41
Hex 39 46 96 3E 35 0 29 E8 2D 29
Octal 71 106 226 76 65 0 51 350 55 51
Binary 111001 1000110 10010110 111110 110101 0 101001 11101000 101101 101001

Color Harmonies of #394696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394696

Black with #394696

Text Example


Text Example

White with #394696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394696; }

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

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

background-color css

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

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

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

border-color css

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

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

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