Html Css Color HEX #395692 Tory Blue

📋 copy color: '#395692'

red 57 ◦ green 86 ◦ blue 146

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

Shades of Tory Blue #395692

Tints of Tory Blue #395692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 19.72%
G = 29.76%
B = 50.52%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#395692 (or 0x395692) is known color: Tory Blue. HEX triplet: 39, 56 and 92. RGB value is (57,86,146). Sum of RGB (Red+Green+Blue) = 57+86+146=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #395692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395692 is #C6A96D. Grayscale: #535353. Windows color (decimal): -13019502 or 9590329. OLE color: 9590329.

HSL color Cylindrical-coordinate representation of color #395692: hue angle of 220.45º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395692 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 86 146 -
CMYK 0.61 0.41 0 0.43
HSL 220.45º 0.44% 0.4% -
HSV(B) 220.45º 0.61% 0.57% -
XYZ 10.2 9.6 28.51 -
YUV 84.17 162.89 108.62 -
System Red Green Blue C M Y K H S L
Decimal 57 86 146 0.61 0.41 0 0.43 220.45 0.44 0.4
Hex 39 56 92 3D 29 0 2B DC 2C 28
Octal 71 126 222 75 51 0 53 334 54 50
Binary 111001 1010110 10010010 111101 101001 0 101011 11011100 101100 101000

Color Harmonies of #395692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395692

Black with #395692

Text Example


Text Example

White with #395692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395692; }

 p { color: rgb(57,86,146); }

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

background-color css

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

 a { background-color: rgb(57,86,146); }

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

border-color css

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

 span { border-color: rgb(57,86,146); }

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