#385591

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

Shades of Tory Blue #385591

Tints of Tory Blue #385591

Color information

#385591 (or 0x385591) is unknown color: approx Tory Blue. HEX triplet: 38, 55 and 91. RGB value is (56,85,145). Sum of RGB (Red+Green+Blue) = 56+85+145=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #385591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385591 is #C7AA6E. Grayscale: #525252. Windows color (decimal): -13085295 or 9524536. OLE color: 9524536.

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

Color convert

RGB5685145-
CMYK0.610.4100.43
HSL220.45º44.28%39.41%-
HSV(B)220.45º61.38%56.86%-
XYZ9.999.3828.07-
YUV83.17162.89108.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=19.58%
G=29.72%
B=50.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56851450.610.4100.43220.4544.2839.41
Hex3855913D2902Bdc2c27
Octal7012522175510533345447
Binary111000101010110010001111101101001010101111011100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385591; }

 p { color: rgb(56,85,145); }

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

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

 a { background-color: rgb(56,85,145); }

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

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

 span { border-color: rgb(56,85,145); }

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