#385691

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

Shades of Tory Blue #385691

Tints of Tory Blue #385691

Color information

#385691 (or 0x385691) is unknown color: approx Tory Blue. HEX triplet: 38, 56 and 91. RGB value is (56,86,145). Sum of RGB (Red+Green+Blue) = 56+86+145=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #385691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385691 is #C7A96E. Grayscale: #535353. Windows color (decimal): -13085039 or 9524792. OLE color: 9524792.

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

Color convert

RGB5686145-
CMYK0.610.4100.43
HSL219.78º44.28%39.41%-
HSV(B)219.78º61.38%56.86%-
XYZ10.079.5428.1-
YUV83.76162.56108.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=19.51%
G=29.97%
B=50.52%

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
Decimal56861450.610.4100.43219.7844.2839.41
Hex3856913D2902Bdc2c27
Octal7012622175510533345447
Binary111000101011010010001111101101001010101111011100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385691; }

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

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

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

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

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

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

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

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