Html Css Color HEX #395086 Tory Blue

📋 copy color: '#395086'

red 57 ◦ green 80 ◦ blue 134

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

Shades of Tory Blue #395086

Tints of Tory Blue #395086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.45%

R = 21.03%
G = 29.52%
B = 49.45%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395086 (or 0x395086) is known color: Tory Blue. HEX triplet: 39, 50 and 86. RGB value is (57,80,134). Sum of RGB (Red+Green+Blue) = 57+80+134=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #395086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395086 is #C6AF79. Grayscale: #4F4F4F. Windows color (decimal): -13021050 or 8802361. OLE color: 8802361.

HSL color Cylindrical-coordinate representation of color #395086: hue angle of 222.08º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395086 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 80 134 -
CMYK 0.57 0.40 0 0.47
HSL 222.08º 0.4% 0.37% -
HSV(B) 222.08º 0.57% 0.53% -
XYZ 8.86 8.33 23.69 -
YUV 79.28 158.88 112.11 -
System Red Green Blue C M Y K H S L
Decimal 57 80 134 0.57 0.40 0 0.47 222.08 0.4 0.37
Hex 39 50 86 39 28 0 2F DE 28 25
Octal 71 120 206 71 50 0 57 336 50 45
Binary 111001 1010000 10000110 111001 101000 0 101111 11011110 101000 100101

Color Harmonies of #395086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395086

Black with #395086

Text Example


Text Example

White with #395086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395086; }

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

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

background-color css

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

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

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

border-color css

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

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

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