Html Css Color HEX #394599 Tory Blue

📋 copy color: '#394599'

red 57 ◦ green 69 ◦ blue 153

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

Shades of Tory Blue #394599

Tints of Tory Blue #394599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 20.43%
G = 24.73%
B = 54.84%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#394599 (or 0x394599) is known color: Tory Blue. HEX triplet: 39, 45 and 99. RGB value is (57,69,153). Sum of RGB (Red+Green+Blue) = 57+69+153=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #394599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394599 is #C6BA66. Grayscale: #4A4A4A. Windows color (decimal): -13023847 or 10044729. OLE color: 10044729.

HSL color Cylindrical-coordinate representation of color #394599: hue angle of 232.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394599 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 69 153 -
CMYK 0.63 0.55 0 0.4
HSL 232.5º 0.46% 0.41% -
HSV(B) 232.5º 0.63% 0.6% -
XYZ 9.57 7.43 31.07 -
YUV 74.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 57 69 153 0.63 0.55 0 0.4 232.5 0.46 0.41
Hex 39 45 99 3F 37 0 28 E8 2E 29
Octal 71 105 231 77 67 0 50 350 56 51
Binary 111001 1000101 10011001 111111 110111 0 101000 11101000 101110 101001

Color Harmonies of #394599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394599

Black with #394599

Text Example


Text Example

White with #394599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394599; }

 p { color: rgb(57,69,153); }

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

background-color css

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

 a { background-color: rgb(57,69,153); }

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

border-color css

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

 span { border-color: rgb(57,69,153); }

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