Html Css Color HEX #395195 Tory Blue

📋 copy color: '#395195'

red 57 ◦ green 81 ◦ blue 149

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

Shades of Tory Blue #395195

Tints of Tory Blue #395195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

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

R = 19.86%
G = 28.22%
B = 51.92%

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

#395195 (or 0x395195) is known color: Tory Blue. HEX triplet: 39, 51 and 95. RGB value is (57,81,149). Sum of RGB (Red+Green+Blue) = 57+81+149=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #395195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395195 is #C6AE6A. Grayscale: #515151. Windows color (decimal): -13020779 or 9785657. OLE color: 9785657.

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

Color convert

RGB 57 81 149 -
CMYK 0.62 0.46 0 0.42
HSL 224.35º 0.45% 0.4% -
HSV(B) 224.35º 0.62% 0.58% -
XYZ 10.05 8.92 29.63 -
YUV 81.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 57 81 149 0.62 0.46 0 0.42 224.35 0.45 0.4
Hex 39 51 95 3E 2E 0 2A E0 2D 28
Octal 71 121 225 76 56 0 52 340 55 50
Binary 111001 1010001 10010101 111110 101110 0 101010 11100000 101101 101000

Color Harmonies of #395195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395195

Black with #395195

Text Example


Text Example

White with #395195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395195; }

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

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

background-color css

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

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

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

border-color css

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

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

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