Html Css Color HEX #395395 Tory Blue

📋 copy color: '#395395'

red 57 ◦ green 83 ◦ blue 149

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

Shades of Tory Blue #395395

Tints of Tory Blue #395395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 19.72%
G = 28.72%
B = 51.56%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#395395 (or 0x395395) is known color: Tory Blue. HEX triplet: 39, 53 and 95. RGB value is (57,83,149). Sum of RGB (Red+Green+Blue) = 57+83+149=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #395395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395395 is #C6AC6A. Grayscale: #525252. Windows color (decimal): -13020267 or 9786169. OLE color: 9786169.

HSL color Cylindrical-coordinate representation of color #395395: hue angle of 223.04º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395395 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 83 149 -
CMYK 0.62 0.44 0 0.42
HSL 223.04º 0.45% 0.4% -
HSV(B) 223.04º 0.62% 0.58% -
XYZ 10.21 9.23 29.68 -
YUV 82.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 57 83 149 0.62 0.44 0 0.42 223.04 0.45 0.4
Hex 39 53 95 3E 2C 0 2A DF 2D 28
Octal 71 123 225 76 54 0 52 337 55 50
Binary 111001 1010011 10010101 111110 101100 0 101010 11011111 101101 101000

Color Harmonies of #395395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395395

Black with #395395

Text Example


Text Example

White with #395395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395395; }

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

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

background-color css

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

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

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

border-color css

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

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

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