Html Css Color HEX #395690 Tory Blue

📋 copy color: '#395690'

red 57 ◦ green 86 ◦ blue 144

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

Shades of Tory Blue #395690

Tints of Tory Blue #395690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 19.86%
G = 29.97%
B = 50.17%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#395690 (or 0x395690) is known color: Tory Blue. HEX triplet: 39, 56 and 90. RGB value is (57,86,144). Sum of RGB (Red+Green+Blue) = 57+86+144=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #395690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395690 is #C6A96F. Grayscale: #535353. Windows color (decimal): -13019504 or 9459257. OLE color: 9459257.

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

Color convert

RGB 57 86 144 -
CMYK 0.60 0.40 0 0.44
HSL 220º 0.43% 0.39% -
HSV(B) 220º 0.6% 0.56% -
XYZ 10.05 9.54 27.7 -
YUV 83.94 161.89 108.78 -
System Red Green Blue C M Y K H S L
Decimal 57 86 144 0.60 0.40 0 0.44 220 0.43 0.39
Hex 39 56 90 3C 28 0 2C DC 2B 27
Octal 71 126 220 74 50 0 54 334 53 47
Binary 111001 1010110 10010000 111100 101000 0 101100 11011100 101011 100111

Color Harmonies of #395690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395690

Black with #395690

Text Example


Text Example

White with #395690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395690; }

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

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

background-color css

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

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

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

border-color css

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

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

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