Html Css Color HEX #395095 Tory Blue

📋 copy color: '#395095'

red 57 ◦ green 80 ◦ blue 149

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

Shades of Tory Blue #395095

Tints of Tory Blue #395095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.97%

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

R = 19.93%
G = 27.97%
B = 52.1%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#395095 (or 0x395095) is known color: Tory Blue. HEX triplet: 39, 50 and 95. RGB value is (57,80,149). Sum of RGB (Red+Green+Blue) = 57+80+149=286 (37% of max value = 765). Red value is 57 (22.66% from 255 or 19.93% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #395095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395095 is #C6AF6A. Grayscale: #505050. Windows color (decimal): -13021035 or 9785401. OLE color: 9785401.

HSL color Cylindrical-coordinate representation of color #395095: hue angle of 225º 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 #395095 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 80 149 -
CMYK 0.62 0.46 0 0.42
HSL 225º 0.45% 0.4% -
HSV(B) 225º 0.62% 0.58% -
XYZ 9.98 8.78 29.6 -
YUV 80.99 166.38 110.89 -
System Red Green Blue C M Y K H S L
Decimal 57 80 149 0.62 0.46 0 0.42 225 0.45 0.4
Hex 39 50 95 3E 2E 0 2A E1 2D 28
Octal 71 120 225 76 56 0 52 341 55 50
Binary 111001 1010000 10010101 111110 101110 0 101010 11100001 101101 101000

Color Harmonies of #395095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395095

Black with #395095

Text Example


Text Example

White with #395095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395095; }

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

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

background-color css

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

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

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

border-color css

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

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

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