Html Css Color HEX #394C94 Tory Blue

📋 copy color: '#394C94'

red 57 ◦ green 76 ◦ blue 148

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

Shades of Tory Blue #394C94

Tints of Tory Blue #394C94

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

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

R = 20.28%
G = 27.05%
B = 52.67%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394C94 (or 0x394C94) is known color: Tory Blue. HEX triplet: 39, 4C and 94. RGB value is (57,76,148). Sum of RGB (Red+Green+Blue) = 57+76+148=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #394C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C94 is #C6B36B. Grayscale: #4E4E4E. Windows color (decimal): -13022060 or 9718841. OLE color: 9718841.

HSL color Cylindrical-coordinate representation of color #394C94: hue angle of 227.47º 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 #394C94 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 76 148 -
CMYK 0.61 0.49 0 0.42
HSL 227.47º 0.44% 0.4% -
HSV(B) 227.47º 0.61% 0.58% -
XYZ 9.62 8.18 29.09 -
YUV 78.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 57 76 148 0.61 0.49 0 0.42 227.47 0.44 0.4
Hex 39 4C 94 3D 31 0 2A E3 2C 28
Octal 71 114 224 75 61 0 52 343 54 50
Binary 111001 1001100 10010100 111101 110001 0 101010 11100011 101100 101000

Color Harmonies of #394C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394C94

Black with #394C94

Text Example


Text Example

White with #394C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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