Html Css Color HEX #395286 Tory Blue

📋 copy color: '#395286'

red 57 ◦ green 82 ◦ blue 134

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

Shades of Tory Blue #395286

Tints of Tory Blue #395286

RGB

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

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

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

R = 20.88%
G = 30.04%
B = 49.08%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395286 (or 0x395286) is known color: Tory Blue. HEX triplet: 39, 52 and 86. RGB value is (57,82,134). Sum of RGB (Red+Green+Blue) = 57+82+134=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #395286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395286 is #C6AD79. Grayscale: #505050. Windows color (decimal): -13020538 or 8802873. OLE color: 8802873.

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

Color convert

RGB 57 82 134 -
CMYK 0.57 0.39 0 0.47
HSL 220.52º 0.4% 0.37% -
HSV(B) 220.52º 0.57% 0.53% -
XYZ 9.01 8.63 23.74 -
YUV 80.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 57 82 134 0.57 0.39 0 0.47 220.52 0.4 0.37
Hex 39 52 86 39 27 0 2F DD 28 25
Octal 71 122 206 71 47 0 57 335 50 45
Binary 111001 1010010 10000110 111001 100111 0 101111 11011101 101000 100101

Color Harmonies of #395286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395286

Black with #395286

Text Example


Text Example

White with #395286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395286; }

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

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

background-color css

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

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

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

border-color css

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

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

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