Html Css Color HEX #395199 Tory Blue

📋 copy color: '#395199'

red 57 ◦ green 81 ◦ blue 153

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

Shades of Tory Blue #395199

Tints of Tory Blue #395199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.58%

R = 19.59%
G = 27.84%
B = 52.58%

CMYK

 C value IS 0.63

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#395199 (or 0x395199) is known color: Tory Blue. HEX triplet: 39, 51 and 99. RGB value is (57,81,153). Sum of RGB (Red+Green+Blue) = 57+81+153=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #395199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395199 is #C6AE66. Grayscale: #515151. Windows color (decimal): -13020775 or 10047801. OLE color: 10047801.

HSL color Cylindrical-coordinate representation of color #395199: hue angle of 225º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #395199 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 81 153 -
CMYK 0.63 0.47 0 0.4
HSL 225º 0.46% 0.41% -
HSV(B) 225º 0.63% 0.6% -
XYZ 10.38 9.05 31.34 -
YUV 82.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 57 81 153 0.63 0.47 0 0.4 225 0.46 0.41
Hex 39 51 99 3F 2F 0 28 E1 2E 29
Octal 71 121 231 77 57 0 50 341 56 51
Binary 111001 1010001 10011001 111111 101111 0 101000 11100001 101110 101001

Color Harmonies of #395199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395199

Black with #395199

Text Example


Text Example

White with #395199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395199; }

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

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

background-color css

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

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

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

border-color css

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

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

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