Html Css Color HEX #394B93 Tory Blue

📋 copy color: '#394B93'

red 57 ◦ green 75 ◦ blue 147

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

Shades of Tory Blue #394B93

Tints of Tory Blue #394B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.69%

R = 20.43%
G = 26.88%
B = 52.69%

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

#394B93 (or 0x394B93) is known color: Tory Blue. HEX triplet: 39, 4B and 93. RGB value is (57,75,147). Sum of RGB (Red+Green+Blue) = 57+75+147=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #394B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394B93 is #C6B46C. Grayscale: #4D4D4D. Windows color (decimal): -13022317 or 9653049. OLE color: 9653049.

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

Color convert

RGB 57 75 147 -
CMYK 0.61 0.49 0 0.42
HSL 228º 0.44% 0.4% -
HSV(B) 228º 0.61% 0.58% -
XYZ 9.47 8.01 28.65 -
YUV 77.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 57 75 147 0.61 0.49 0 0.42 228 0.44 0.4
Hex 39 4B 93 3D 31 0 2A E4 2C 28
Octal 71 113 223 75 61 0 52 344 54 50
Binary 111001 1001011 10010011 111101 110001 0 101010 11100100 101100 101000

Color Harmonies of #394B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394B93

Black with #394B93

Text Example


Text Example

White with #394B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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