Html Css Color HEX #394399 Tory Blue

📋 copy color: '#394399'

red 57 ◦ green 67 ◦ blue 153

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

Shades of Tory Blue #394399

Tints of Tory Blue #394399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.23%

R = 20.58%
G = 24.19%
B = 55.23%

CMYK

 C value IS 0.63

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#394399 (or 0x394399) is known color: Tory Blue. HEX triplet: 39, 43 and 99. RGB value is (57,67,153). Sum of RGB (Red+Green+Blue) = 57+67+153=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #394399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394399 is #C6BC66. Grayscale: #494949. Windows color (decimal): -13024359 or 10044217. OLE color: 10044217.

HSL color Cylindrical-coordinate representation of color #394399: hue angle of 233.75º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394399 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 67 153 -
CMYK 0.63 0.56 0 0.4
HSL 233.75º 0.46% 0.41% -
HSV(B) 233.75º 0.63% 0.6% -
XYZ 9.44 7.18 31.03 -
YUV 73.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 57 67 153 0.63 0.56 0 0.4 233.75 0.46 0.41
Hex 39 43 99 3F 38 0 28 EA 2E 29
Octal 71 103 231 77 70 0 50 352 56 51
Binary 111001 1000011 10011001 111111 111000 0 101000 11101010 101110 101001

Color Harmonies of #394399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394399

Black with #394399

Text Example


Text Example

White with #394399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394399; }

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

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

background-color css

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

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

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

border-color css

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

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

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