Html Css Color HEX #394F94 Tory Blue

📋 copy color: '#394F94'

red 57 ◦ green 79 ◦ blue 148

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

Shades of Tory Blue #394F94

Tints of Tory Blue #394F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 20.07%
G = 27.82%
B = 52.11%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394F94 (or 0x394F94) is known color: Tory Blue. HEX triplet: 39, 4F and 94. RGB value is (57,79,148). Sum of RGB (Red+Green+Blue) = 57+79+148=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #394F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394F94 is #C6B06B. Grayscale: #4F4F4F. Windows color (decimal): -13021292 or 9719609. OLE color: 9719609.

HSL color Cylindrical-coordinate representation of color #394F94: hue angle of 225.49º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394F94 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 79 148 -
CMYK 0.61 0.47 0 0.42
HSL 225.49º 0.44% 0.4% -
HSV(B) 225.49º 0.61% 0.58% -
XYZ 9.83 8.6 29.16 -
YUV 80.29 166.21 111.39 -
System Red Green Blue C M Y K H S L
Decimal 57 79 148 0.61 0.47 0 0.42 225.49 0.44 0.4
Hex 39 4F 94 3D 2F 0 2A E1 2C 28
Octal 71 117 224 75 57 0 52 341 54 50
Binary 111001 1001111 10010100 111101 101111 0 101010 11100001 101100 101000

Color Harmonies of #394F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394F94

Black with #394F94

Text Example


Text Example

White with #394F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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