Html Css Color HEX #394B94 Tory Blue

📋 copy color: '#394B94'

red 57 ◦ green 75 ◦ blue 148

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

Shades of Tory Blue #394B94

Tints of Tory Blue #394B94

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.79%

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

R = 20.36%
G = 26.79%
B = 52.86%

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

#394B94 (or 0x394B94) is known color: Tory Blue. HEX triplet: 39, 4B and 94. RGB value is (57,75,148). Sum of RGB (Red+Green+Blue) = 57+75+148=280 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.36% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #394B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394B94 is #C6B46B. Grayscale: #4D4D4D. Windows color (decimal): -13022316 or 9718585. OLE color: 9718585.

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

Color convert

RGB 57 75 148 -
CMYK 0.61 0.49 0 0.42
HSL 228.13º 0.44% 0.4% -
HSV(B) 228.13º 0.61% 0.58% -
XYZ 9.55 8.04 29.07 -
YUV 77.94 167.54 113.06 -
System Red Green Blue C M Y K H S L
Decimal 57 75 148 0.61 0.49 0 0.42 228.13 0.44 0.4
Hex 39 4B 94 3D 31 0 2A E4 2C 28
Octal 71 113 224 75 61 0 52 344 54 50
Binary 111001 1001011 10010100 111101 110001 0 101010 11100100 101100 101000

Color Harmonies of #394B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B94

Black with #394B94

Text Example


Text Example

White with #394B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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