#385593

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

Shades of Tory Blue #385593

Tints of Tory Blue #385593

Color information

#385593 (or 0x385593) is unknown color: approx Tory Blue. HEX triplet: 38, 55 and 93. RGB value is (56,85,147). Sum of RGB (Red+Green+Blue) = 56+85+147=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #385593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385593 is #C7AA6C. Grayscale: #535353. Windows color (decimal): -13085293 or 9655608. OLE color: 9655608.

HSL color Cylindrical-coordinate representation of color #385593: hue angle of 220.88º 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 #385593 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5685147-
CMYK0.620.4200.42
HSL220.88º44.83%39.8%-
HSV(B)220.88º61.9%57.65%-
XYZ10.159.4428.89-
YUV83.4163.89108.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=19.44%
G=29.51%
B=51.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal56851470.620.4200.42220.8844.8339.8
Hex3855933E2A02Add2d28
Octal7012522376520523355550
Binary111000101010110010011111110101010010101011011101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385593; }

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

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

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

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

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

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

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

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