Html Css Color HEX #394F99 Tory Blue

📋 copy color: '#394F99'

red 57 ◦ green 79 ◦ blue 153

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

Shades of Tory Blue #394F99

Tints of Tory Blue #394F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.34%

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

R = 19.72%
G = 27.34%
B = 52.94%

CMYK

 C value IS 0.63

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#394F99 (or 0x394F99) is known color: Tory Blue. HEX triplet: 39, 4F and 99. RGB value is (57,79,153). Sum of RGB (Red+Green+Blue) = 57+79+153=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #394F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394F99 is #C6B066. Grayscale: #505050. Windows color (decimal): -13021287 or 10047289. OLE color: 10047289.

HSL color Cylindrical-coordinate representation of color #394F99: hue angle of 226.25º 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 #394F99 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 79 153 -
CMYK 0.63 0.48 0 0.4
HSL 226.25º 0.46% 0.41% -
HSV(B) 226.25º 0.63% 0.6% -
XYZ 10.23 8.76 31.29 -
YUV 80.86 168.71 110.98 -
System Red Green Blue C M Y K H S L
Decimal 57 79 153 0.63 0.48 0 0.4 226.25 0.46 0.41
Hex 39 4F 99 3F 30 0 28 E2 2E 29
Octal 71 117 231 77 60 0 50 342 56 51
Binary 111001 1001111 10011001 111111 110000 0 101000 11100010 101110 101001

Color Harmonies of #394F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F99

Black with #394F99

Text Example


Text Example

White with #394F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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