Html Css Color HEX #395287 Tory Blue

📋 copy color: '#395287'

red 57 ◦ green 82 ◦ blue 135

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

Shades of Tory Blue #395287

Tints of Tory Blue #395287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 20.8%
G = 29.93%
B = 49.27%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395287 (or 0x395287) is known color: Tory Blue. HEX triplet: 39, 52 and 87. RGB value is (57,82,135). Sum of RGB (Red+Green+Blue) = 57+82+135=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #395287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395287 is #C6AD78. Grayscale: #505050. Windows color (decimal): -13020537 or 8868409. OLE color: 8868409.

HSL color Cylindrical-coordinate representation of color #395287: hue angle of 220.77º 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 #395287 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 82 135 -
CMYK 0.58 0.39 0 0.47
HSL 220.77º 0.41% 0.38% -
HSV(B) 220.77º 0.58% 0.53% -
XYZ 9.08 8.65 24.11 -
YUV 80.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 57 82 135 0.58 0.39 0 0.47 220.77 0.41 0.38
Hex 39 52 87 3A 27 0 2F DD 29 26
Octal 71 122 207 72 47 0 57 335 51 46
Binary 111001 1010010 10000111 111010 100111 0 101111 11011101 101001 100110

Color Harmonies of #395287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395287

Black with #395287

Text Example


Text Example

White with #395287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395287; }

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

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

background-color css

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

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

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

border-color css

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

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

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