Html Css Color HEX #394394 Tory Blue

📋 copy color: '#394394'

red 57 ◦ green 67 ◦ blue 148

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

Shades of Tory Blue #394394

Tints of Tory Blue #394394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

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

R = 20.96%
G = 24.63%
B = 54.41%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394394 (or 0x394394) is known color: Tory Blue. HEX triplet: 39, 43 and 94. RGB value is (57,67,148). Sum of RGB (Red+Green+Blue) = 57+67+148=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #394394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394394 is #C6BC6B. Grayscale: #484848. Windows color (decimal): -13024364 or 9716537. OLE color: 9716537.

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

Color convert

RGB 57 67 148 -
CMYK 0.61 0.55 0 0.42
HSL 233.41º 0.44% 0.4% -
HSV(B) 233.41º 0.61% 0.58% -
XYZ 9.04 7.02 28.9 -
YUV 73.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 57 67 148 0.61 0.55 0 0.42 233.41 0.44 0.4
Hex 39 43 94 3D 37 0 2A E9 2C 28
Octal 71 103 224 75 67 0 52 351 54 50
Binary 111001 1000011 10010100 111101 110111 0 101010 11101001 101100 101000

Color Harmonies of #394394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394394

Black with #394394

Text Example


Text Example

White with #394394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394394; }

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

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

background-color css

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

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

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

border-color css

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

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

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