Html Css Color HEX #395590 Tory Blue

📋 copy color: '#395590'

red 57 ◦ green 85 ◦ blue 144

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

Shades of Tory Blue #395590

Tints of Tory Blue #395590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

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

R = 19.93%
G = 29.72%
B = 50.35%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#395590 (or 0x395590) is known color: Tory Blue. HEX triplet: 39, 55 and 90. RGB value is (57,85,144). Sum of RGB (Red+Green+Blue) = 57+85+144=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #395590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395590 is #C6AA6F. Grayscale: #535353. Windows color (decimal): -13019760 or 9459001. OLE color: 9459001.

HSL color Cylindrical-coordinate representation of color #395590: hue angle of 220.69º 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 #395590 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 85 144 -
CMYK 0.60 0.41 0 0.44
HSL 220.69º 0.43% 0.39% -
HSV(B) 220.69º 0.6% 0.56% -
XYZ 9.97 9.38 27.67 -
YUV 83.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 57 85 144 0.60 0.41 0 0.44 220.69 0.43 0.39
Hex 39 55 90 3C 29 0 2C DD 2B 27
Octal 71 125 220 74 51 0 54 335 53 47
Binary 111001 1010101 10010000 111100 101001 0 101100 11011101 101011 100111

Color Harmonies of #395590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395590

Black with #395590

Text Example


Text Example

White with #395590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395590; }

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

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

background-color css

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

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

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

border-color css

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

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

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