Html Css Color HEX #395096 Tory Blue

📋 copy color: '#395096'

red 57 ◦ green 80 ◦ blue 150

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

Shades of Tory Blue #395096

Tints of Tory Blue #395096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.26%

R = 19.86%
G = 27.87%
B = 52.26%

CMYK

 C value IS 0.62

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#395096 (or 0x395096) is known color: Tory Blue. HEX triplet: 39, 50 and 96. RGB value is (57,80,150). Sum of RGB (Red+Green+Blue) = 57+80+150=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #395096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395096 is #C6AF69. Grayscale: #505050. Windows color (decimal): -13021034 or 9850937. OLE color: 9850937.

HSL color Cylindrical-coordinate representation of color #395096: hue angle of 225.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #395096 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 80 150 -
CMYK 0.62 0.47 0 0.41
HSL 225.16º 0.45% 0.41% -
HSV(B) 225.16º 0.62% 0.59% -
XYZ 10.06 8.81 30.02 -
YUV 81.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 57 80 150 0.62 0.47 0 0.41 225.16 0.45 0.41
Hex 39 50 96 3E 2F 0 29 E1 2D 29
Octal 71 120 226 76 57 0 51 341 55 51
Binary 111001 1010000 10010110 111110 101111 0 101001 11100001 101101 101001

Color Harmonies of #395096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395096

Black with #395096

Text Example


Text Example

White with #395096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395096; }

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

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

background-color css

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

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

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

border-color css

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

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

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