Html Css Color HEX #394390 Tory Blue

📋 copy color: '#394390'

red 57 ◦ green 67 ◦ blue 144

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

Shades of Tory Blue #394390

Tints of Tory Blue #394390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.73%

R = 21.27%
G = 25%
B = 53.73%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#394390 (or 0x394390) is known color: Tory Blue. HEX triplet: 39, 43 and 90. RGB value is (57,67,144). Sum of RGB (Red+Green+Blue) = 57+67+144=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #394390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394390 is #C6BC6F. Grayscale: #484848. Windows color (decimal): -13024368 or 9454393. OLE color: 9454393.

HSL color Cylindrical-coordinate representation of color #394390: hue angle of 233.1º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #394390 is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 67 144 -
CMYK 0.60 0.53 0 0.44
HSL 233.1º 0.43% 0.39% -
HSV(B) 233.1º 0.6% 0.56% -
XYZ 8.73 6.9 27.26 -
YUV 72.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 57 67 144 0.60 0.53 0 0.44 233.1 0.43 0.39
Hex 39 43 90 3C 35 0 2C E9 2B 27
Octal 71 103 220 74 65 0 54 351 53 47
Binary 111001 1000011 10010000 111100 110101 0 101100 11101001 101011 100111

Color Harmonies of #394390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394390

Black with #394390

Text Example


Text Example

White with #394390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394390; }

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

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

background-color css

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

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

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

border-color css

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

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

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