Html Css Color HEX #395391 Tory Blue

📋 copy color: '#395391'

red 57 ◦ green 83 ◦ blue 145

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

Shades of Tory Blue #395391

Tints of Tory Blue #395391

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 145 (57.03% from 255) = 50.88%

R = 20%
G = 29.12%
B = 50.88%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#395391 (or 0x395391) is known color: Tory Blue. HEX triplet: 39, 53 and 91. RGB value is (57,83,145). Sum of RGB (Red+Green+Blue) = 57+83+145=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #395391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395391 is #C6AC6E. Grayscale: #525252. Windows color (decimal): -13020271 or 9524025. OLE color: 9524025.

HSL color Cylindrical-coordinate representation of color #395391: hue angle of 222.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395391 is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 83 145 -
CMYK 0.61 0.43 0 0.43
HSL 222.27º 0.44% 0.4% -
HSV(B) 222.27º 0.61% 0.57% -
XYZ 9.89 9.1 28.02 -
YUV 82.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 57 83 145 0.61 0.43 0 0.43 222.27 0.44 0.4
Hex 39 53 91 3D 2B 0 2B DE 2C 28
Octal 71 123 221 75 53 0 53 336 54 50
Binary 111001 1010011 10010001 111101 101011 0 101011 11011110 101100 101000

Color Harmonies of #395391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395391

Black with #395391

Text Example


Text Example

White with #395391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395391; }

 p { color: rgb(57,83,145); }

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

background-color css

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

 a { background-color: rgb(57,83,145); }

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

border-color css

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

 span { border-color: rgb(57,83,145); }

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