#385693

Color #385693 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #385693

Tints of Tory Blue #385693

Color information

#385693 (or 0x385693) is unknown color: approx Tory Blue. HEX triplet: 38, 56 and 93. RGB value is (56,86,147). Sum of RGB (Red+Green+Blue) = 56+86+147=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #385693 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385693 is #C7A96C. Grayscale: #535353. Windows color (decimal): -13085037 or 9655864. OLE color: 9655864.

HSL color Cylindrical-coordinate representation of color #385693: hue angle of 220.22º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385693 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5686147-
CMYK0.620.4100.42
HSL220.22º44.83%39.8%-
HSV(B)220.22º61.9%57.65%-
XYZ10.239.628.92-
YUV83.98163.56108.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.38%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=19.38%
G=29.76%
B=50.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56861470.620.4100.42220.2244.8339.8
Hex3856933E2902Adc2d28
Octal7012622376510523345550
Binary111000101011010010011111110101001010101011011100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385693; }

 p { color: rgb(56,86,147); }

 H1.HeaderClassName
 {
   color: #385693;
 }
 .AnyTagClassName
 {
   color: #385693;
 }
</style>
background-color css

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

 a { background-color: rgb(56,86,147); }

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

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

 span { border-color: rgb(56,86,147); }

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