Html Css Color HEX #395087 Tory Blue

📋 copy color: '#395087'

red 57 ◦ green 80 ◦ blue 135

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

Shades of Tory Blue #395087

Tints of Tory Blue #395087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.63%

R = 20.96%
G = 29.41%
B = 49.63%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395087 (or 0x395087) is known color: Tory Blue. HEX triplet: 39, 50 and 87. RGB value is (57,80,135). Sum of RGB (Red+Green+Blue) = 57+80+135=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #395087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395087 is #C6AF78. Grayscale: #4F4F4F. Windows color (decimal): -13021049 or 8867897. OLE color: 8867897.

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

Color convert

RGB 57 80 135 -
CMYK 0.58 0.41 0 0.47
HSL 222.31º 0.41% 0.38% -
HSV(B) 222.31º 0.58% 0.53% -
XYZ 8.93 8.36 24.06 -
YUV 79.39 159.38 112.03 -
System Red Green Blue C M Y K H S L
Decimal 57 80 135 0.58 0.41 0 0.47 222.31 0.41 0.38
Hex 39 50 87 3A 29 0 2F DE 29 26
Octal 71 120 207 72 51 0 57 336 51 46
Binary 111001 1010000 10000111 111010 101001 0 101111 11011110 101001 100110

Color Harmonies of #395087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395087

Black with #395087

Text Example


Text Example

White with #395087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395087; }

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

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

background-color css

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

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

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

border-color css

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

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

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