#385991

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

Shades of Tory Blue #385991

Tints of Tory Blue #385991

Color information

#385991 (or 0x385991) is unknown color: approx Tory Blue. HEX triplet: 38, 59 and 91. RGB value is (56,89,145). Sum of RGB (Red+Green+Blue) = 56+89+145=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #385991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385991 is #C7A66E. Grayscale: #555555. Windows color (decimal): -13084271 or 9525560. OLE color: 9525560.

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

Color convert

RGB5689145-
CMYK0.610.3900.43
HSL217.75º44.28%39.41%-
HSV(B)217.75º61.38%56.86%-
XYZ10.3110.0328.18-
YUV85.52161.57106.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 145 (57.03% from 255) = 50%
R=19.31%
G=30.69%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal56891450.610.3900.43217.7544.2839.41
Hex3859913D2702Bda2c27
Octal7013122175470533325447
Binary111000101100110010001111101100111010101111011010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385991; }

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

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

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

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

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

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

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

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